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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h431 bool isClassMethod() const { return !isInstanceMethod(); } function in class:clang::ObjCList
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3864 bool isClassMethod = !OMD->isInstanceMethod(); local
45 SymbolNameForMethod( StringRef ClassName, StringRef CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 212 milliseconds