Searched defs:isSynthesizedAccessorStub (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp311 const bool isSynthesizedAccessorStub = false; local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp823 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) argument
853 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) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h444 bool isSynthesizedAccessorStub() const { function in class:clang::ObjCList
448 void setSynthesizedAccessorStub(bool isSynthesizedAccessorStub) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7931 const bool isSynthesizedAccessorStub = false; local
7973 const bool isSynthesizedAccessorStub = false; local
8094 const bool isSynthesizedAccessorStub = false; local

Completed in 111 milliseconds