Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h212 std::optional<uint64_t> SourceDateEpoch; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1102 if (PP.getPreprocessorOpts().SourceDateEpoch) { in ComputeDATE_TIME()
1103 TT = *PP.getPreprocessorOpts().SourceDateEpoch; in ComputeDATE_TIME()
1753 if (getPreprocessorOpts().SourceDateEpoch) { in ExpandBuiltinMacro()
1754 time_t TT = *getPreprocessorOpts().SourceDateEpoch; in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4567 if (Opts.SourceDateEpoch) in GeneratePreprocessorArgs()
4568 GenerateArg(Consumer, OPT_source_date_epoch, Twine(*Opts.SourceDateEpoch)); in GeneratePreprocessorArgs()
4664 Opts.SourceDateEpoch = V; in ParsePreprocessorArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1080 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()
1081 ? *PreprocessorOpts.SourceDateEpoch in Release()