Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp310 std::string ParseMatcherWithError(StringRef Code) { in ParseMatcherWithError() function
335 ParseMatcherWithError("\"A\"")); in TEST()
369 ParseMatcherWithError("hasBody(stmt())")); in TEST()
374 ParseMatcherWithError(R"query(decl(hasAttr("attr::Fnal")))query")); in TEST()
378 ParseMatcherWithError(R"query(decl(hasAttr("Final")))query")); in TEST()
382 ParseMatcherWithError(R"query(decl(hasAttr("unrelated")))query")); in TEST()
387 ParseMatcherWithError( in TEST()
393 ParseMatcherWithError( in TEST()
400 ParseMatcherWithError( in TEST()