Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DGeneratePCH.cpp27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument
32 IncludeTimestamps), in PCHGenerator()
H A DASTWriter.cpp1219 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 DFrontendOptions.h339 unsigned IncludeTimestamps : 1; variable
515 IncludeTimestamps(true), UseTemporary(true), in FrontendOptions()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h144 bool IncludeTimestamps; variable
545 bool IncludeTimestamps = true);
779 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp143 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5945 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;