Searched refs:NodeMatch (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1337 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher() argument 1343 Matchers.DeclOrStmt.emplace_back(traverse(*TK, NodeMatch), Action); in addMatcher() 1345 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action); in addMatcher() 1349 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher() argument 1351 Matchers.Type.emplace_back(NodeMatch, Action); in addMatcher() 1355 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher() argument 1361 Matchers.DeclOrStmt.emplace_back(traverse(*TK, NodeMatch), Action); in addMatcher() 1363 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action); in addMatcher() 1367 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher() argument 1369 Matchers.NestedNameSpecifier.emplace_back(NodeMatch, Action); in addMatcher() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchFinder.h | 154 void addMatcher(const DeclarationMatcher &NodeMatch, 156 void addMatcher(const TypeMatcher &NodeMatch, 158 void addMatcher(const StatementMatcher &NodeMatch, 160 void addMatcher(const NestedNameSpecifierMatcher &NodeMatch, 162 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, 164 void addMatcher(const TypeLocMatcher &NodeMatch, 166 void addMatcher(const CXXCtorInitializerMatcher &NodeMatch, 168 void addMatcher(const TemplateArgumentLocMatcher &NodeMatch, 180 bool addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch,
|