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.cpp1585 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
1597 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()
1603 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher()
1615 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher()
1621 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()
1627 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()
1633 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch, in addMatcher()
1639 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch, in addMatcher()
1651 bool MatchFinder::addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, in addDynamicMatcher()