Searched refs:ParseWithError (Results 1 – 1 of 1) sorted by relevance
305 std::string ParseWithError(StringRef Code) { in ParseWithError() function321 ParseWithError("Foo 123")); in TEST()325 ParseWithError("Foo(\"A\" 123)")); in TEST()329 ParseWithError("stmt(someValue)")); in TEST()333 ParseWithError("Foo(")); in TEST()335 ParseWithError("")); in TEST()341 ParseWithError("Foo((")); in TEST()346 ParseWithError("isArrow().bind")); in TEST()356 ParseWithError("isArrow().with")); in TEST()364 ParseWithError("mapAnyOf()")); in TEST()[all …]