Searched defs:IsDeclaration (Results 1 – 7 of 7) sorted by relevance
182 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
114 def IsDeclaration(self): member in Node326 def IsDeclaration(self): member in Class369 def IsDeclaration(self): member in Function446 def IsDeclaration(self): member in Type
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()