Home
last modified time | relevance | path

Searched refs:IncludeTimestamps (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DGeneratePCH.cpp27 bool AllowASTWithErrors, bool IncludeTimestamps, in PCHGenerator() argument
32 IncludeTimestamps), in PCHGenerator()
H A DASTWriter.cpp1260 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 DFrontendOptions.h337 unsigned IncludeTimestamps : 1; variable
520 IncludeTimestamps(true), UseTemporary(true), in FrontendOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h144 bool IncludeTimestamps; variable
575 bool IncludeTimestamps = true);
812 bool AllowASTWithErrors = false, bool IncludeTimestamps = true,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp144 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6124 MarshallingInfoNegativeFlag<FrontendOpts<"IncludeTimestamps">>;