Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DStmtPrinterTest.cpp53 const Matcher &NodeMatch, StringRef ExpectedPrinted, in PrintedStmtMatches()
61 PrintedStmtCXXMatches(StdVer Standard, StringRef Code, const T &NodeMatch, in PrintedStmtCXXMatches()
85 PrintedStmtMSMatches(StringRef Code, const T &NodeMatch, in PrintedStmtMSMatches()
100 PrintedStmtObjCMatches(StringRef Code, const T &NodeMatch, in PrintedStmtObjCMatches()
H A DConceptPrinterTest.cpp38 const StatementMatcher &NodeMatch, in PrintedConceptMatches()
H A DNamedDeclPrinterTest.cpp67 const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted, in PrintedDeclMatches()
80 const DeclarationMatcher &NodeMatch, in PrintedNamedDeclMatches()
H A DDeclPrinterTest.cpp48 const DeclarationMatcher &NodeMatch, in PrintedDeclMatches()
69 PrintedDeclCXX98Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX98Matches()
90 PrintedDeclCXX11Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11Matches()
100 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11nonMSCMatches()
111 PrintedDeclCXX17Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX17Matches()
120 PrintedDeclC11Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclC11Matches()
129 PrintedDeclObjCMatches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclObjCMatches()
H A DTypePrinterTest.cpp38 const DeclarationMatcher &NodeMatch, in PrintedTypeMatches()
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1585 addMatcher(const DeclarationMatcher & NodeMatch,MatchCallback * Action) addMatcher() argument
1597 addMatcher(const TypeMatcher & NodeMatch,MatchCallback * Action) addMatcher() argument
1603 addMatcher(const StatementMatcher & NodeMatch,MatchCallback * Action) addMatcher() argument
1615 addMatcher(const NestedNameSpecifierMatcher & NodeMatch,MatchCallback * Action) addMatcher() argument
1621 addMatcher(const NestedNameSpecifierLocMatcher & NodeMatch,MatchCallback * Action) addMatcher() argument
1627 addMatcher(const TypeLocMatcher & NodeMatch,MatchCallback * Action) addMatcher() argument
1633 addMatcher(const CXXCtorInitializerMatcher & NodeMatch,MatchCallback * Action) addMatcher() argument
1639 addMatcher(const TemplateArgumentLocMatcher & NodeMatch,MatchCallback * Action) addMatcher() argument
1651 addDynamicMatcher(const internal::DynTypedMatcher & NodeMatch,MatchCallback * Action) addDynamicMatcher() argument
[all...]