Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h432 void setInstanceMethod(bool isInst) { in setInstanceMethod() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp801 setInstanceMethod(isInstance); in ObjCMethodDecl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7991 getter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8033 setter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8162 objc_method_decl->setInstanceMethod(isInstance); in AddMethodToObjCObjectType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1092 MD->setInstanceMethod(Record.readInt()); in VisitObjCMethodDecl()