Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h590 bool AllowASTWithCompilerErrors; variable
895 bool AllowASTWithCompilerErrors = false);
/external/clang/lib/Serialization/
DASTReader.cpp1790 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) { in ReadASTBlock()
6448 bool DisableStatCache, bool AllowASTWithCompilerErrors) in ASTReader() argument
6456 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()