Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8059 } else if (const auto *BlockDeclNode = CurNode.get<BlockDecl>()) { in AST_MATCHER_P() local
8060 if (InnerMatcher.matches(*BlockDeclNode, Finder, Builder)) { in AST_MATCHER_P()