Home
last modified time | relevance | path

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

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