Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h62 bool ErrorOK = false; member
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp86 bool ErrorOK = In.ErrorOK || llvm::StringRef(In.Code).contains("error-ok"); in TestAST() local