Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1049 auto &Matchers = this->Matchers->DeclOrStmt; in matchWithFilter()
1073 auto &Matchers = this->Matchers->DeclOrStmt; in getFilterForKind()
1591 Matchers.DeclOrStmt.emplace_back(traverse(*TK, NodeMatch), Action); in addMatcher()
1593 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action); in addMatcher()
1609 Matchers.DeclOrStmt.emplace_back(traverse(*TK, NodeMatch), Action); in addMatcher()
1611 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action); in addMatcher()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h214 DeclOrStmt; member