Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1563 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
1575 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()
1581 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher()
1593 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher()
1599 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()
1605 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()
1611 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch, in addMatcher()
1617 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch, in addMatcher()
1629 bool MatchFinder::addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, in addDynamicMatcher()