Home
last modified time | relevance | path

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

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