Searched defs:IsDeclaration (Results 1 – 7 of 7) sorted by relevance
182 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
657 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()