Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DRandstructTest.cpp90 makeAST(const std::string &SourceCode, bool ExpectError = false, in makeAST() argument
121 if (!ExpectError) { in makeAST()
/llvm-project-15.0.7/clang/unittests/Driver/
H A DToolChainTest.cpp404 StringRef TargetProfile, StringRef ExpectError, in validateTargetProfile() argument
413 EXPECT_STREQ(DiagConsumer->Errors.back().c_str(), ExpectError.data()); in validateTargetProfile()