Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DGeneratePCH.cpp27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument
33 AllowASTWithErrors(AllowASTWithErrors), in PCHGenerator()
47 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
62 if (AllowASTWithErrors) in HandleTranslationUnit()
/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/llvm-project/clang/include/clang/Serialization/
DASTWriter.h765 bool AllowASTWithErrors; variable
778 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
/external/clang/include/clang/Serialization/
DASTWriter.h920 bool AllowASTWithErrors; variable
933 bool AllowASTWithErrors = false,