Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp890 bool isClassMethod) { in SymbolNameForMethod()
2622 bool isClassMethod = !OMD->isInstanceMethod(); in GenerateMethod() local
/external/clang/include/clang/AST/
DDeclObjC.h424 bool isClassMethod() const { return !IsInstance; } in isClassMethod() function