Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DGeneratePCH.cpp27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument
33 AllowASTWithErrors(AllowASTWithErrors), in PCHGenerator()
47 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
63 if (AllowASTWithErrors) in HandleTranslationUnit()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h766 bool AllowASTWithErrors; variable
779 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,