Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp48 bool isClassMethod) { in SymbolNameForMethod()
3758 bool isClassMethod = !OMD->isInstanceMethod(); in GenerateMethod() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h430 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function