Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 31 bool AllowASTWithErrors, bool IncludeTimestamps) in PCHGenerator() argument 34 Writer(Stream, Extensions, IncludeTimestamps), in PCHGenerator()
|
D | ASTWriter.cpp | 1250 !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/ |
D | FrontendOptions.h | 157 unsigned IncludeTimestamps : 1; ///< Whether timestamps should be variable 283 IncludeTimestamps(true), ARCMTAction(ARCMT_None), in FrontendOptions()
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 131 bool IncludeTimestamps; variable 501 bool IncludeTimestamps = true); 934 bool IncludeTimestamps = true);
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 98 +CI.getFrontendOpts().IncludeTimestamps)); in CreateASTConsumer()
|
D | CompilerInvocation.cpp | 1203 Opts.IncludeTimestamps = !Args.hasArg(OPT_fno_pch_timestamp); in ParseFrontendArgs()
|