Home
last modified time | relevance | path

Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGeneratePCH.cpp27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument
32 IncludeTimestamps), in PCHGenerator()
H A DASTWriter.cpp1136 IncludeTimestamps, in WriteControlBlock()
1784 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch()
1800 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0 in WriteHeaderSearch()
4263 bool IncludeTimestamps) in ASTWriter() argument
4265 IncludeTimestamps(IncludeTimestamps) { in ASTWriter()
4280 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h296 unsigned IncludeTimestamps : 1; variable
464 ModulesEmbedAllFiles(false), IncludeTimestamps(true), in FrontendOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h156 bool IncludeTimestamps; variable
554 bool IncludeTimestamps = true);
786 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp118 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5394 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;