Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7571 if (const auto *FuncDeclNode = CurNode.get<FunctionDecl>()) { in AST_MATCHER_P() local
7572 if (InnerMatcher.matches(*FuncDeclNode, Finder, Builder)) { in AST_MATCHER_P()
7622 if (const auto *FuncDeclNode = CurNode.get<FunctionDecl>()) { in AST_MATCHER_P() local
7623 if (InnerMatcher.matches(*FuncDeclNode, Finder, Builder)) { in AST_MATCHER_P()