Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHeaderInclude.h22 enum HeaderIncludeFormatKind { HIFMT_None, HIFMT_Textual, HIFMT_JSON }; enumerator
38 .Case("textual", HIFMT_Textual) in stringToHeaderIncludeFormatKind()
59 case HIFMT_Textual: in headerIncludeFormatKindToString()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp143 TheDriver.CCPrintHeadersFormat = HIFMT_Textual; in SetBackdoorDriverOutputsFromEnvVars()
171 if ((TheDriver.CCPrintHeadersFormat == HIFMT_Textual && in SetBackdoorDriverOutputsFromEnvVars()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp222 case HIFMT_Textual: { in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2482 if (Opts.HeaderIncludeFormat == HIFMT_Textual && in ParseDependencyOutputArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7972 Values<"textual,json">, NormalizedValues<["HIFMT_Textual", "HIFMT_JSON"]>,
7973 MarshallingInfoEnum<DependencyOutputOpts<"HeaderIncludeFormat">, "HIFMT_Textual">;