Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h798 bool AllowASTWithCompilerErrors; variable
1294 bool AllowASTWithCompilerErrors = false,
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp2140 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) { in ReadControlBlock()
8477 bool AllowASTWithCompilerErrors, in ASTReader() argument
8488 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()