Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h799 bool AllowASTWithErrors; variable
812 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,