Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGeneratePCH.cpp28 bool AllowASTWithErrors, bool IncludeTimestamps) in PCHGenerator() argument
32 IncludeTimestamps), in PCHGenerator()
H A DASTWriter.cpp1477 IncludeTimestamps, in WriteControlBlock()
2083 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch()
2099 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0 in WriteHeaderSearch()
4573 bool IncludeTimestamps) in ASTWriter() argument
4575 IncludeTimestamps(IncludeTimestamps) { in ASTWriter()
4592 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h304 unsigned IncludeTimestamps : 1; variable
447 ModulesEmbedAllFiles(false), IncludeTimestamps(true) {} in FrontendOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h157 bool IncludeTimestamps; variable
548 bool IncludeTimestamps = true);
987 bool AllowASTWithErrors = false, bool IncludeTimestamps = true);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp116 FrontendOpts.IncludeTimestamps)); in CreateASTConsumer()
H A DCompilerInvocation.cpp1731 Opts.IncludeTimestamps = !Args.hasArg(OPT_fno_pch_timestamp); in ParseFrontendArgs()