Home
last modified time | relevance | path

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

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