Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DStmtPrinterTest.cpp71 const T &NodeMatch, StringRef ExpectedPrinted) { in PrintedStmtMatches()
101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX98Matches()
124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX11Matches()
H A DNamedDeclPrinterTest.cpp66 const DeclarationMatcher &NodeMatch, in PrintedNamedDeclMatches()
H A DDeclPrinterTest.cpp71 const DeclarationMatcher &NodeMatch, in PrintedDeclMatches()
114 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX98Matches()
137 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11Matches()
149 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11nonMSCMatches()
162 const DeclarationMatcher &NodeMatch, in PrintedDeclObjCMatches()
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp913 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
919 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()
925 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher()
931 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher()
937 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()
943 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()
949 bool MatchFinder::addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, in addDynamicMatcher()