Searched defs:isPropertyAccessor (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 310 const bool isPropertyAccessor = false; BuildMethod() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 825 ObjCMethodDecl(SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) ObjCMethodDecl() argument 856 Create(ASTContext & C,SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) Create() argument
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8091 const bool isPropertyAccessor = true; AddObjCClassProperty() local 8134 const bool isPropertyAccessor = true; AddObjCClassProperty() local 8256 const bool isPropertyAccessor = false; AddMethodToObjCObjectType() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 436 bool isPropertyAccessor() const { in isPropertyAccessor() function
|