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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp890 bool isClassMethod) {
894 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" +
2622 bool isClassMethod = !OMD->isInstanceMethod(); local
2628 MethodName, isClassMethod);
888 SymbolNameForMethod( StringRef ClassName, StringRef CategoryName, const Selector MethodName, bool isClassMethod) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h424 bool isClassMethod() const { return !IsInstance; } function in class:clang::ObjCList
753 &ObjCMethodDecl::isClassMethod>

Completed in 93 milliseconds