Searched defs:IsClassProperty (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2363 bool IsClassProperty = property->isClassProperty(); ProcessPropertyDecl() local [all...] |
H A D | SemaCodeComplete.cpp | 5004 AddObjCProperties(const CodeCompletionContext & CCContext,ObjCContainerDecl * Container,bool AllowCategories,bool AllowNullaryMethods,DeclContext * CurContext,AddedPropertiesSet & AddedProperties,ResultBuilder & Results,bool IsBaseExprStatement=false,bool IsClassProperty=false,bool InOriginalClass=true) AddObjCProperties() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1869 lookupPropertyAccessor(const Selector Sel,const ObjCCategoryDecl * Cat,bool IsClassProperty) lookupPropertyAccessor() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 3198 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo *,16> & PropertySet,SmallVectorImpl<const ObjCPropertyDecl * > & Properties,const ObjCProtocolDecl * Proto,bool IsClassProperty) PushProtocolProperties() argument 3227 EmitPropertyList(Twine Name,const Decl * Container,const ObjCContainerDecl * OCD,const ObjCCommonTypesHelper & ObjCTypes,bool IsClassProperty) EmitPropertyList() argument [all...] |