Searched refs:HIFMT_Textual (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | HeaderInclude.h | 22 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/ |
| HD | DependencyOutputOptions.h | 55 HeaderIncludeFormatKind HeaderIncludeFormat = HIFMT_Textual; 93 ShowSkippedHeaderIncludes(0), HeaderIncludeFormat(HIFMT_Textual), in DependencyOutputOptions()
|
| /freebsd-14-stable/contrib/llvm-project/clang/tools/driver/ |
| HD | driver.cpp | 140 TheDriver.CCPrintHeadersFormat = HIFMT_Textual; in SetBackdoorDriverOutputsFromEnvVars() 163 if ((TheDriver.CCPrintHeadersFormat == HIFMT_Textual && in SetBackdoorDriverOutputsFromEnvVars()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | HeaderIncludeGen.cpp | 179 case HIFMT_Textual: { in AttachHeaderIncludeGen()
|
| HD | CompilerInvocation.cpp | 2324 if ((Opts.HeaderIncludeFormat == HIFMT_Textual && in ParseDependencyOutputArgs()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Options.td | 7425 Values<"textual,json">, NormalizedValues<["HIFMT_Textual", "HIFMT_JSON"]>, 7426 MarshallingInfoEnum<DependencyOutputOpts<"HeaderIncludeFormat">, "HIFMT_Textual">;
|