Lines Matching refs:Code
69 StringRef Code, in PrintedDeclMatches() argument
80 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) in PrintedDeclMatches()
82 << "Parsing error in \"" << Code.str() << "\""; in PrintedDeclMatches()
101 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code, in PrintedDeclCXX98Matches() argument
105 return PrintedDeclMatches(Code, in PrintedDeclCXX98Matches()
113 StringRef Code, in PrintedDeclCXX98Matches() argument
117 return PrintedDeclMatches(Code, in PrintedDeclCXX98Matches()
124 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code, in PrintedDeclCXX11Matches() argument
128 return PrintedDeclMatches(Code, in PrintedDeclCXX11Matches()
136 StringRef Code, in PrintedDeclCXX11Matches() argument
140 return PrintedDeclMatches(Code, in PrintedDeclCXX11Matches()
148 StringRef Code, in PrintedDeclCXX11nonMSCMatches() argument
153 return PrintedDeclMatches(Code, in PrintedDeclCXX11nonMSCMatches()
161 PrintedDeclCXX1ZMatches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX1ZMatches() argument
164 return PrintedDeclMatches(Code, in PrintedDeclCXX1ZMatches()
172 StringRef Code, in PrintedDeclObjCMatches() argument
176 return PrintedDeclMatches(Code, in PrintedDeclObjCMatches()
680 SmallString<128> Code; in TEST() local
681 Code.append("struct Z { void operator"); in TEST()
682 Code.append(OperatorNames[i]); in TEST()
683 Code.append("(Z z); };"); in TEST()
692 Code, in TEST()
704 SmallString<128> Code; in TEST() local
705 Code.append("struct Z { void operator"); in TEST()
706 Code.append(OperatorNames[i]); in TEST()
707 Code.append("(); };"); in TEST()
716 Code, in TEST()