Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp793 setInstanceMethod(isInstance); in ObjCMethodDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h432 void setInstanceMethod(bool isInst) { in setInstanceMethod() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7893 getter->setInstanceMethod(isInstance); in AddObjCClassProperty()
7935 setter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8064 objc_method_decl->setInstanceMethod(isInstance); in AddMethodToObjCObjectType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1046 MD->setInstanceMethod(Record.readInt()); in VisitObjCMethodDecl()