Lines Matching refs:ExpectedPrinted
71 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
146 ExpectedPrinted); in PrintedStmtMSMatches()