Home
last modified time | relevance | path

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

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