Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 1260 IncludeTimestamps, in WriteControlBlock() 1890 if (!U.Size || (!U.ModTime && IncludeTimestamps)) { in WriteHeaderSearch() 1906 FilenameDup, *U.Size, IncludeTimestamps ? *U.ModTime : 0 in WriteHeaderSearch() 4506 bool IncludeTimestamps) in ASTWriter() argument 4508 IncludeTimestamps(IncludeTimestamps) { in ASTWriter() 4523 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 337 unsigned IncludeTimestamps : 1; variable 520 IncludeTimestamps(true), UseTemporary(true), in FrontendOptions()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 144 bool IncludeTimestamps; variable 575 bool IncludeTimestamps = true); 812 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 144 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 6124 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;
|