Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DGeneratePCH.cpp31 bool AllowASTWithErrors, bool IncludeTimestamps) in PCHGenerator() argument
34 Writer(Stream, Extensions, IncludeTimestamps), in PCHGenerator()
DASTWriter.cpp1250 !isysroot.empty(), IncludeTimestamps, in WriteControlBlock()
4074 bool IncludeTimestamps) in ASTWriter() argument
4076 WritingModule(nullptr), IncludeTimestamps(IncludeTimestamps), in ASTWriter()
4110 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
/external/clang/include/clang/Frontend/
DFrontendOptions.h157 unsigned IncludeTimestamps : 1; ///< Whether timestamps should be variable
283 IncludeTimestamps(true), ARCMTAction(ARCMT_None), in FrontendOptions()
/external/clang/include/clang/Serialization/
DASTWriter.h131 bool IncludeTimestamps; variable
501 bool IncludeTimestamps = true);
934 bool IncludeTimestamps = true);
/external/clang/lib/Frontend/
DFrontendActions.cpp98 +CI.getFrontendOpts().IncludeTimestamps)); in CreateASTConsumer()
DCompilerInvocation.cpp1203 Opts.IncludeTimestamps = !Args.hasArg(OPT_fno_pch_timestamp); in ParseFrontendArgs()