Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h831 bool AllowASTWithCompilerErrors; variable
1322 bool AllowASTWithCompilerErrors = false,
/external/clang/lib/Serialization/
DASTReader.cpp2308 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) { in ReadControlBlock()
8692 bool AllowASTWithCompilerErrors, in ASTReader() argument
8706 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()