Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1051 auto &Matchers = this->Matchers->DeclOrStmt; in matchWithFilter()
1075 auto &Matchers = this->Matchers->DeclOrStmt; in getFilterForKind()
1614 Matchers.DeclOrStmt.emplace_back(traverse(*TK, NodeMatch), Action); in addMatcher()
1616 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action); in addMatcher()
1632 Matchers.DeclOrStmt.emplace_back(traverse(*TK, NodeMatch), Action); in addMatcher()
1634 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action); in addMatcher()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h214 DeclOrStmt; member