Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDHeaderInclude.h22 enum HeaderIncludeFormatKind { HIFMT_None, HIFMT_Textual, HIFMT_JSON }; enumerator
32 .Case("textual", HIFMT_Textual) in stringToHeaderIncludeFormatKind()
52 case HIFMT_Textual: in headerIncludeFormatKindToString()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDDependencyOutputOptions.h55 HeaderIncludeFormatKind HeaderIncludeFormat = HIFMT_Textual;
93 ShowSkippedHeaderIncludes(0), HeaderIncludeFormat(HIFMT_Textual), in DependencyOutputOptions()
/freebsd-14-stable/contrib/llvm-project/clang/tools/driver/
HDdriver.cpp140 TheDriver.CCPrintHeadersFormat = HIFMT_Textual; in SetBackdoorDriverOutputsFromEnvVars()
163 if ((TheDriver.CCPrintHeadersFormat == HIFMT_Textual && in SetBackdoorDriverOutputsFromEnvVars()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDHeaderIncludeGen.cpp179 case HIFMT_Textual: { in AttachHeaderIncludeGen()
HDCompilerInvocation.cpp2324 if ((Opts.HeaderIncludeFormat == HIFMT_Textual && in ParseDependencyOutputArgs()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td7425 Values<"textual,json">, NormalizedValues<["HIFMT_Textual", "HIFMT_JSON"]>,
7426 MarshallingInfoEnum<DependencyOutputOpts<"HeaderIncludeFormat">, "HIFMT_Textual">;