Home
last modified time | relevance | path

Searched refs:ObjCMethodDeclNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8386 } else if (const auto *ObjCMethodDeclNode = CurNode.get<ObjCMethodDecl>()) { in AST_MATCHER_P() local
8388 if (InnerMatcher.matches(*ObjCMethodDeclNode, Finder, &B)) { in AST_MATCHER_P()