Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp310 const bool isPropertyAccessor = false; in BuildMethod() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp826 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
857 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
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7930 const bool isPropertyAccessor = true; AddObjCClassProperty() local
7972 const bool isPropertyAccessor = true; AddObjCClassProperty() local
8093 const bool isPropertyAccessor = false; AddMethodToObjCObjectType() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h436 bool isPropertyAccessor() const { in isPropertyAccessor() function