Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp835 setInstanceMethod(isInstance); in ObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h427 void setInstanceMethod(bool isInst) { in setInstanceMethod() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8104 getter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8147 setter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8277 objc_method_decl->setInstanceMethod(isInstance); in AddMethodToObjCObjectType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1163 MD->setInstanceMethod(Record.readInt()); in VisitObjCMethodDecl()