Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDHeaderInclude.h22 enum HeaderIncludeFormatKind { HIFMT_None, HIFMT_Textual, HIFMT_JSON }; enumerator
33 .Case("json", HIFMT_JSON) in stringToHeaderIncludeFormatKind()
54 case HIFMT_JSON: in headerIncludeFormatKindToString()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDHeaderIncludeGen.cpp195 case HIFMT_JSON: { in AttachHeaderIncludeGen()
HDCompilerInvocation.cpp2326 (Opts.HeaderIncludeFormat == HIFMT_JSON && in ParseDependencyOutputArgs()
/freebsd-14-stable/contrib/llvm-project/clang/tools/driver/
HDdriver.cpp165 (TheDriver.CCPrintHeadersFormat == HIFMT_JSON && in SetBackdoorDriverOutputsFromEnvVars()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td7425 Values<"textual,json">, NormalizedValues<["HIFMT_Textual", "HIFMT_JSON"]>,