Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DHeaderInclude.h22 enum HeaderIncludeFormatKind { HIFMT_None, HIFMT_Textual, HIFMT_JSON }; enumerator
33 .Case("json", HIFMT_JSON) in stringToHeaderIncludeFormatKind()
54 case HIFMT_JSON: in headerIncludeFormatKindToString()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp195 case HIFMT_JSON: { in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2326 (Opts.HeaderIncludeFormat == HIFMT_JSON && in ParseDependencyOutputArgs()
/src/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp165 (TheDriver.CCPrintHeadersFormat == HIFMT_JSON && in SetBackdoorDriverOutputsFromEnvVars()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7425 Values<"textual,json">, NormalizedValues<["HIFMT_Textual", "HIFMT_JSON"]>,