Searched refs:ParseWithError (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp210 std::string ParseWithError(StringRef Code) { function in namespace:clang::ast_matchers::dynamic::__anon19535
226 ParseWithError("Foo 123"));
230 ParseWithError("Foo(\"A\" 123)"));
234 ParseWithError("stmt(someValue)"));
238 ParseWithError("Foo("));
240 ParseWithError(""));
246 ParseWithError("Foo(("));
247 EXPECT_EQ("1:7: Expected end of code.", ParseWithError("expr()a"));
249 ParseWithError("isArrow().biind"));
251 ParseWithError("isArro
[all...]

Completed in 54 milliseconds