Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp305 std::string ParseWithError(StringRef Code) { in ParseWithError() function
321 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 …]