Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp86 bool ErrorOK = In.ErrorOK || llvm::StringRef(In.Code).contains("error-ok"); in TestAST() local
87 Clang->createDiagnostics(new StoreDiagnostics(Diagnostics, !ErrorOK)); in TestAST()
/src/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h62 bool ErrorOK = false; member