Lines Matching full:parsing
90 EXPECT_EQ("1:1: Error parsing unsigned token: <12345678901>", Sema.Errors[3]);
91 EXPECT_EQ("1:1: Error parsing unsigned token: <1a1>", Sema.Errors[4]);
102 EXPECT_EQ("1:1: Error parsing string token: <\"Baz>", Sema.Errors[2]);
208 EXPECT_EQ("1:1: Error parsing argument 1 for matcher hasInitializer.\n"
209 "2:5: Error parsing argument 1 for matcher binaryOperator.\n"
231 "1:5: Error parsing matcher. Found token <123> while looking for '('.",
235 "1:9: Error parsing matcher. Found token <123> while looking for ','.",
238 "1:1: Error parsing argument 1 for matcher stmt.\n"
243 "1:4: Error parsing matcher. Found end-of-code while looking for ')'.",
250 "1:1: Error parsing argument 1 for matcher Foo.\n"