Home
last modified time | relevance | path

Searched refs:IncludeTimestamps (Results 1 – 14 of 14) 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/llvm-project/clang/lib/Serialization/
DGeneratePCH.cpp27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument
32 IncludeTimestamps), in PCHGenerator()
DASTWriter.cpp1135 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/
DFrontendOptions.h157 unsigned IncludeTimestamps : 1; ///< Whether timestamps should be variable
283 IncludeTimestamps(true), ARCMTAction(ARCMT_None), in FrontendOptions()
/external/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h295 unsigned IncludeTimestamps : 1; variable
459 ModulesEmbedAllFiles(false), IncludeTimestamps(true), in FrontendOptions()
/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h155 bool IncludeTimestamps; variable
555 bool IncludeTimestamps = true);
778 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtransport_feedback.h88 bool IncludeTimestamps() const { return include_timestamps_; } in IncludeTimestamps() function
Dtransport_feedback_unittest.cc89 EXPECT_EQ(include_timestamps_, feedback_->IncludeTimestamps()); in VerifyPacket()
/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()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp118 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td4395 MarshallingInfoFlag<"FrontendOpts.IncludeTimestamps", "true">, IsNegative;