Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h55 HeaderIncludeFormatKind HeaderIncludeFormat = HIFMT_Textual; variable
93 ShowSkippedHeaderIncludes(0), HeaderIncludeFormat(HIFMT_Textual), in DependencyOutputOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp176 switch (DepOpts.HeaderIncludeFormat) { in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2251 if ((Opts.HeaderIncludeFormat == HIFMT_Textual && in ParseDependencyOutputArgs()
2253 (Opts.HeaderIncludeFormat == HIFMT_JSON && in ParseDependencyOutputArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7114 MarshallingInfoEnum<DependencyOutputOpts<"HeaderIncludeFormat">, "HIFMT_Textual">;