Searched refs:IncludeTimestamps (Results 1 – 14 of 14) 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/llvm-project/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument 32 IncludeTimestamps), in PCHGenerator()
|
D | ASTWriter.cpp | 1135 IncludeTimestamps, in WriteControlBlock() 1779 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch() 1795 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0 in WriteHeaderSearch() 4345 bool IncludeTimestamps) in ASTWriter() argument 4347 IncludeTimestamps(IncludeTimestamps) { in ASTWriter() 4362 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/llvm-project/clang/include/clang/Frontend/ |
D | FrontendOptions.h | 295 unsigned IncludeTimestamps : 1; variable 459 ModulesEmbedAllFiles(false), IncludeTimestamps(true), in FrontendOptions()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTWriter.h | 155 bool IncludeTimestamps; variable 555 bool IncludeTimestamps = true); 778 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
|
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | transport_feedback.h | 88 bool IncludeTimestamps() const { return include_timestamps_; } in IncludeTimestamps() function
|
D | transport_feedback_unittest.cc | 89 EXPECT_EQ(include_timestamps_, feedback_->IncludeTimestamps()); in VerifyPacket()
|
/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()
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 118 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 4395 MarshallingInfoFlag<"FrontendOpts.IncludeTimestamps", "true">, IsNegative;
|