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

/external/clang/include/clang/AST/
H A DDeclObjC.h415 bool isClassMethod() const { return !IsInstance; } function in class:clang::ObjCList
567 &ObjCMethodDecl::isClassMethod>
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp883 bool isClassMethod) {
887 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" +
2595 bool isClassMethod = !OMD->isInstanceMethod(); local
2601 MethodName, isClassMethod);
881 SymbolNameForMethod( StringRef ClassName, StringRef CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 102 milliseconds