Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument 32 IncludeTimestamps, BuildingImplicitModule), in PCHGenerator()
|
| H A D | ASTWriter.cpp | 1317 IncludeTimestamps, in WriteControlBlock() 1983 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch() 1999 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0}; in WriteHeaderSearch() 4604 bool IncludeTimestamps, bool BuildingImplicitModule) in ASTWriter() argument 4606 IncludeTimestamps(IncludeTimestamps), in ASTWriter() 4622 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 368 unsigned IncludeTimestamps : 1; 562 IncludeTimestamps(true), UseTemporary(true), in FrontendOptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 151 bool IncludeTimestamps; variable 599 bool IncludeTimestamps = true, bool BuildingImplicitModule = false); 864 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer() 207 +CI.getFrontendOpts().IncludeTimestamps, in CreateASTConsumer()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7459 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;
|