Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DGeneratePCH.cpp31 bool AllowASTWithErrors, bool IncludeTimestamps) in PCHGenerator() argument
35 AllowASTWithErrors(AllowASTWithErrors) { in PCHGenerator()
48 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
/external/clang/include/clang/Serialization/
DASTWriter.h920 bool AllowASTWithErrors; variable
933 bool AllowASTWithErrors = false,