Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h436 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3656 AST_MATCHER(ObjCMethodDecl, isClassMethod) { in AST_MATCHER() argument