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

/external/clang/include/clang/AST/
H A DDeclObjC.h406 bool isClassMethod() const { return !IsInstance; } function in class:clang::ObjCList
530 &ObjCMethodDecl::isClassMethod>
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp903 bool isClassMethod) {
907 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" +
2632 bool isClassMethod = !OMD->isInstanceMethod(); local
2638 MethodName, isClassMethod);
901 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 80 milliseconds