Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h439 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3642 AST_MATCHER(ObjCMethodDecl, isClassMethod) { in AST_MATCHER() argument