Home
last modified time | relevance | path

Searched refs:ExpectedPrinted (Results 1 – 3 of 3) sorted by relevance

/external/clang/unittests/AST/
DStmtPrinterTest.cpp71 const T &NodeMatch, StringRef ExpectedPrinted) { in PrintedStmtMatches() argument
92 if (Printer.getPrinted() != ExpectedPrinted) in PrintedStmtMatches()
94 << "Expected \"" << ExpectedPrinted.str() << "\", " in PrintedStmtMatches()
102 StringRef ExpectedPrinted) { in PrintedStmtCXX98Matches() argument
106 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted); in PrintedStmtCXX98Matches()
112 StringRef ExpectedPrinted) { in PrintedStmtCXX98Matches() argument
120 ExpectedPrinted); in PrintedStmtCXX98Matches()
125 StringRef ExpectedPrinted) { in PrintedStmtCXX11Matches() argument
129 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted); in PrintedStmtCXX11Matches()
135 StringRef ExpectedPrinted) { in PrintedStmtMSMatches() argument
[all …]
DNamedDeclPrinterTest.cpp67 StringRef ExpectedPrinted, StringRef FileName) { in PrintedNamedDeclMatches() argument
87 if (Printer.getPrinted() != ExpectedPrinted) in PrintedNamedDeclMatches()
89 << "Expected \"" << ExpectedPrinted.str() << "\", " in PrintedNamedDeclMatches()
97 StringRef ExpectedPrinted) { in PrintedNamedDeclCXX98Matches() argument
103 ExpectedPrinted, in PrintedNamedDeclCXX98Matches()
109 StringRef ExpectedPrinted) { in PrintedWrittenNamedDeclCXX11Matches() argument
115 ExpectedPrinted, in PrintedWrittenNamedDeclCXX11Matches()
DDeclPrinterTest.cpp72 StringRef ExpectedPrinted, in PrintedDeclMatches() argument
93 if (Printer.getPrinted() != ExpectedPrinted) in PrintedDeclMatches()
95 << "Expected \"" << ExpectedPrinted.str() << "\", " in PrintedDeclMatches()
103 StringRef ExpectedPrinted) { in PrintedDeclCXX98Matches() argument
108 ExpectedPrinted, in PrintedDeclCXX98Matches()
115 StringRef ExpectedPrinted) { in PrintedDeclCXX98Matches() argument
120 ExpectedPrinted, in PrintedDeclCXX98Matches()
126 StringRef ExpectedPrinted) { in PrintedDeclCXX11Matches() argument
131 ExpectedPrinted, in PrintedDeclCXX11Matches()
138 StringRef ExpectedPrinted) { in PrintedDeclCXX11Matches() argument
[all …]