Home
last modified time | relevance | path

Searched refs:setInstanceMethod (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h415 void setInstanceMethod(bool isInst) { IsInstance = isInst; } in setInstanceMethod() function
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp793 setInstanceMethod(isInstance); in ObjCMethodDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h432 void setInstanceMethod(bool isInst) { in setInstanceMethod() function
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7764 getter->setInstanceMethod(isInstance); in AddObjCClassProperty()
7806 setter->setInstanceMethod(isInstance); in AddObjCClassProperty()
7935 objc_method_decl->setInstanceMethod(isInstance); in AddMethodToObjCObjectType()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp909 MD->setInstanceMethod(Record[Idx++]); in VisitObjCMethodDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1044 MD->setInstanceMethod(Record.readInt()); in VisitObjCMethodDecl()