Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h434 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3734 AST_MATCHER(ObjCMethodDecl, isClassMethod) { in AST_MATCHER() argument