Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument 32 IncludeTimestamps), in PCHGenerator()
|
H A D | ASTWriter.cpp | 1136 IncludeTimestamps, in WriteControlBlock() 1784 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch() 1800 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0 in WriteHeaderSearch() 4263 bool IncludeTimestamps) in ASTWriter() argument 4265 IncludeTimestamps(IncludeTimestamps) { in ASTWriter() 4280 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 296 unsigned IncludeTimestamps : 1; variable 464 ModulesEmbedAllFiles(false), IncludeTimestamps(true), in FrontendOptions()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 156 bool IncludeTimestamps; variable 554 bool IncludeTimestamps = true); 786 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 118 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 5394 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;
|