Home
last modified time | relevance | path

Searched refs:SourceDateEpoch (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h231 std::optional<uint64_t> SourceDateEpoch; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1092 if (PP.getPreprocessorOpts().SourceDateEpoch) { in ComputeDATE_TIME()
1093 TT = *PP.getPreprocessorOpts().SourceDateEpoch; in ComputeDATE_TIME()
1616 if (getPreprocessorOpts().SourceDateEpoch) { in ExpandBuiltinMacro()
1617 time_t TT = *getPreprocessorOpts().SourceDateEpoch; in ExpandBuiltinMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4368 if (Opts.SourceDateEpoch) in GeneratePreprocessorArgs()
4369 GenerateArg(Consumer, OPT_source_date_epoch, Twine(*Opts.SourceDateEpoch)); in GeneratePreprocessorArgs()
4462 Opts.SourceDateEpoch = V; in ParsePreprocessorArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1037 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()
1038 ? *PreprocessorOpts.SourceDateEpoch in Release()