Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp29 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument
35 IncludeTimestamps, BuildingImplicitModule, GeneratingReducedBMI), in PCHGenerator()
H A DASTWriter.cpp1474 IncludeTimestamps, in WriteControlBlock()
2193 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch()
2209 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0}; in WriteHeaderSearch()
5387 bool IncludeTimestamps, bool BuildingImplicitModule, in ASTWriter() argument
5390 IncludeTimestamps(IncludeTimestamps), in ASTWriter()
5407 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h373 unsigned IncludeTimestamps : 1;
546 ModulesEmbedAllFiles(false), IncludeTimestamps(true), in FrontendOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h156 bool IncludeTimestamps; variable
691 bool IncludeTimestamps = true, bool BuildingImplicitModule = false,
1003 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer()
207 +CI.getFrontendOpts().IncludeTimestamps, in CreateMultiplexConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8315 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;