Home
last modified time | relevance | path

Searched defs:NodeMatch (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1337 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
1349 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()
1355 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher()
1367 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher()
1373 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()
1379 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()
1385 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch, in addMatcher()
1391 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch, in addMatcher()
1397 bool MatchFinder::addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, in addDynamicMatcher()