Home
last modified time | relevance | path

Searched refs:setSynthesizedAccessorStub (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclObjC.h450 void setSynthesizedAccessorStub(bool isSynthesizedAccessorStub) { in setSynthesizedAccessorStub() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclObjC.cpp839 setSynthesizedAccessorStub(isSynthesizedAccessorStub); in ObjCMethodDecl()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8070 getter->setSynthesizedAccessorStub(isSynthesizedAccessorStub); in AddObjCClassProperty()
8112 setter->setSynthesizedAccessorStub(isSynthesizedAccessorStub); in AddObjCClassProperty()
8241 objc_method_decl->setSynthesizedAccessorStub(isSynthesizedAccessorStub); in AddMethodToObjCObjectType()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp1133 MD->setSynthesizedAccessorStub(Record.readInt()); in VisitObjCMethodDecl()