Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp836 setInstanceMethod(isInstance); in ObjCMethodDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h429 void setInstanceMethod(bool isInst) { in setInstanceMethod() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8067 getter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8109 setter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8238 objc_method_decl->setInstanceMethod(isInstance); in AddMethodToObjCObjectType()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1130 MD->setInstanceMethod(Record.readInt()); in VisitObjCMethodDecl()