Home
last modified time | relevance | path

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

/src/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.cpp1430 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 DFrontendOptions.h380 unsigned IncludeTimestamps : 1;
604 IncludeTimestamps(true), UseTemporary(true), in FrontendOptions()
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h154 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 DFrontendActions.cpp144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer()
207 +CI.getFrontendOpts().IncludeTimestamps, in CreateMultiplexConsumer()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7773 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;