Searched defs:isClassMethod (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h406 bool isClassMethod() const { return !IsInstance; } function in class:clang::ObjCList
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2630 bool isClassMethod = !OMD->isInstanceMethod(); local
900 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 189 milliseconds