Searched refs:ExpectedPrinted (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | NamedDeclPrinterTest.cpp | 67 const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted, in PrintedDeclMatches() argument 71 Code, Args, NodeMatch, ExpectedPrinted, FileName, in PrintedDeclMatches() 81 StringRef ExpectedPrinted, StringRef FileName) { in PrintedNamedDeclMatches() argument 94 StringRef ExpectedPrinted) { in PrintedNamedDeclCXX98Matches() argument 99 ExpectedPrinted, "input.cc"); in PrintedNamedDeclCXX98Matches() 104 StringRef ExpectedPrinted) { in PrintedWrittenNamedDeclCXX11Matches() argument 109 ExpectedPrinted, "input.cc"); in PrintedWrittenNamedDeclCXX11Matches() 114 StringRef ExpectedPrinted) { in PrintedWrittenPropertyDeclObjCMatches() argument 119 ExpectedPrinted, "input.m"); in PrintedWrittenPropertyDeclObjCMatches() 124 StringRef ExpectedPrinted) { in PrintedNestedNameSpecifierMatches() argument [all …]
|
| H A D | StmtPrinterTest.cpp | 53 const Matcher &NodeMatch, StringRef ExpectedPrinted, in PrintedStmtMatches() argument 55 return PrintedNodeMatches<Stmt>(Code, Args, NodeMatch, ExpectedPrinted, "", in PrintedStmtMatches() 62 StringRef ExpectedPrinted, in PrintedStmtCXXMatches() argument 79 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted, in PrintedStmtCXXMatches() 86 StringRef ExpectedPrinted, in PrintedStmtMSMatches() argument 94 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted, in PrintedStmtMSMatches() 101 StringRef ExpectedPrinted, in PrintedStmtObjCMatches() argument 107 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted, in PrintedStmtObjCMatches()
|
| H A D | DeclPrinterTest.cpp | 49 StringRef ExpectedPrinted, StringRef FileName, in PrintedDeclMatches() argument 61 StringRef ExpectedPrinted, in PrintedDeclCXX98Matches() argument 70 StringRef ExpectedPrinted, in PrintedDeclCXX98Matches() argument 76 ExpectedPrinted, in PrintedDeclCXX98Matches() 86 ExpectedPrinted, "input.cc"); in PrintedDeclCXX11Matches() 92 StringRef ExpectedPrinted) { in PrintedDeclCXX11Matches() argument 97 ExpectedPrinted, in PrintedDeclCXX11Matches() 104 StringRef ExpectedPrinted) { in PrintedDeclCXX11nonMSCMatches() argument 109 ExpectedPrinted, in PrintedDeclCXX11nonMSCMatches() 115 StringRef ExpectedPrinted, in PrintedDeclCXX17Matches() argument [all …]
|
| H A D | ASTPrint.h | 74 const Matcher &NodeMatch, StringRef ExpectedPrinted, 107 if (Callback.getPrinted() != ExpectedPrinted) 109 << "Expected \"" << ExpectedPrinted.str() << "\", got \""
|
| H A D | TypePrinterTest.cpp | 39 StringRef ExpectedPrinted, in PrintedTypeMatches() argument 41 return PrintedNodeMatches<QualType>(Code, Args, NodeMatch, ExpectedPrinted, in PrintedTypeMatches()
|