Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp312 std::string ParseMatcherWithError(StringRef Code) { in ParseMatcherWithError() function
337 ParseMatcherWithError("\"A\"")); in TEST()
370 ParseMatcherWithError("hasBody(stmt())")); in TEST()
375 ParseMatcherWithError(R"query(decl(hasAttr("attr::Fnal")))query")); in TEST()
379 ParseMatcherWithError(R"query(decl(hasAttr("Final")))query")); in TEST()
383 ParseMatcherWithError(R"query(decl(hasAttr("unrelated")))query")); in TEST()
388 ParseMatcherWithError( in TEST()
394 ParseMatcherWithError( in TEST()
401 ParseMatcherWithError( in TEST()