Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h402 void setInstanceMethod(bool isInst) { IsInstance = isInst; } in setInstanceMethod() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp696 MD->setInstanceMethod(Record[Idx++]); in VisitObjCMethodDecl()