Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 29 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument 35 IncludeTimestamps, BuildingImplicitModule, GeneratingReducedBMI), in PCHGenerator()
|
| H A D | ASTWriter.cpp | 1474 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 D | FrontendOptions.h | 373 unsigned IncludeTimestamps : 1; 546 ModulesEmbedAllFiles(false), IncludeTimestamps(true), in FrontendOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 156 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 D | FrontendActions.cpp | 144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer() 207 +CI.getFrontendOpts().IncludeTimestamps, in CreateMultiplexConsumer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8315 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;
|