Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h928 bool AllowASTWithCompilerErrors; variable
1489 bool AllowASTWithCompilerErrors = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2497 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) { in ReadControlBlock()
11608 bool AllowASTWithCompilerErrors, in ASTReader() argument
11623 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()