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

/external/clang/include/clang/Serialization/
H A DASTReader.h730 bool AllowASTWithCompilerErrors; member in class:clang::ASTReader
1152 /// \param AllowASTWithCompilerErrors If true, the AST reader will accept an
1160 bool AllowASTWithCompilerErrors = false,
/external/clang/lib/Serialization/
H A DASTReader.cpp1863 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) {
7481 bool AllowASTWithCompilerErrors, bool UseGlobalIndex)
7487 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors),
7479 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot, bool DisableValidation, bool AllowASTWithCompilerErrors, bool UseGlobalIndex) argument

Completed in 71 milliseconds