Home
last modified time | relevance | path

Searched defs:IsClassProperty (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2363 bool IsClassProperty = property->isClassProperty(); ProcessPropertyDecl() local
[all...]
H A DSemaCodeComplete.cpp5004 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 DDeclObjC.h1869 lookupPropertyAccessor(const Selector Sel,const ObjCCategoryDecl * Cat,bool IsClassProperty) lookupPropertyAccessor() argument
/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3198 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...]