Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h434 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h3734 AST_MATCHER(ObjCMethodDecl, isClassMethod) { in AST_MATCHER() argument