Lines Matching refs:ExpectedPrinted
49 StringRef ExpectedPrinted, StringRef FileName, in PrintedDeclMatches() argument
53 Code, Args, NodeMatch, ExpectedPrinted, FileName, PrintDecl, in PrintedDeclMatches()
61 StringRef ExpectedPrinted, in PrintedDeclCXX98Matches() argument
65 ExpectedPrinted, "input.cc", PolicyModifier); in PrintedDeclCXX98Matches()
70 StringRef ExpectedPrinted, in PrintedDeclCXX98Matches() argument
76 ExpectedPrinted, in PrintedDeclCXX98Matches()
83 StringRef ExpectedPrinted) { in PrintedDeclCXX11Matches() argument
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
118 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.cc", in PrintedDeclCXX17Matches()
124 StringRef ExpectedPrinted, in PrintedDeclC11Matches() argument
127 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.c", in PrintedDeclC11Matches()
133 StringRef ExpectedPrinted, bool AllowError = false) { in PrintedDeclObjCMatches() argument
135 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.m", in PrintedDeclObjCMatches()