Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance
| /src/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 | 1430 IncludeTimestamps, in WriteControlBlock() 2114 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch() 2130 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0}; in WriteHeaderSearch() 4839 bool IncludeTimestamps, bool BuildingImplicitModule, in ASTWriter() argument 4842 IncludeTimestamps(IncludeTimestamps), in ASTWriter() 4859 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 380 unsigned IncludeTimestamps : 1; 604 IncludeTimestamps(true), UseTemporary(true), in FrontendOptions()
|
| /src/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 154 bool IncludeTimestamps; variable 645 bool IncludeTimestamps = true, bool BuildingImplicitModule = false, 953 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer() 207 +CI.getFrontendOpts().IncludeTimestamps, in CreateMultiplexConsumer()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7773 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;
|