Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1608 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
1620 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()
1626 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher()
1638 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher()
1644 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()
1650 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()
1656 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch, in addMatcher()
1662 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch, in addMatcher()
1674 bool MatchFinder::addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, in addDynamicMatcher()