Searched defs:IsDeclaration (Results 1 – 11 of 11) sorted by relevance
182 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
632 bool IsDeclaration = false; member
657 bool IsDeclaration = false; member
769 bool IsDeclaration = false; member
1311 bool IsDeclaration; ///< Is this DIE only a declaration? member
961 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func
5158 const XCOFF::StorageClass &SC) { in transformCallee()