Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument
32 IncludeTimestamps, BuildingImplicitModule), in PCHGenerator()
H A DASTWriter.cpp1317 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 DFrontendOptions.h368 unsigned IncludeTimestamps : 1;
562 IncludeTimestamps(true), UseTemporary(true), in FrontendOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h151 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 DFrontendActions.cpp144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer()
207 +CI.getFrontendOpts().IncludeTimestamps, in CreateASTConsumer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7459 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;