Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument 32 IncludeTimestamps), in PCHGenerator()
|
| H A D | ASTWriter.cpp | 1219 IncludeTimestamps, in WriteControlBlock() 1889 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch() 1905 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0 in WriteHeaderSearch() 4464 bool IncludeTimestamps) in ASTWriter() argument 4466 IncludeTimestamps(IncludeTimestamps) { in ASTWriter() 4481 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 339 unsigned IncludeTimestamps : 1; variable 515 IncludeTimestamps(true), UseTemporary(true), in FrontendOptions()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 144 bool IncludeTimestamps; variable 545 bool IncludeTimestamps = true); 779 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 143 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 5945 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;
|