Home
last modified time | relevance | path

Searched refs:HeaderIncludeFormat (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h49 HeaderIncludeFormatKind HeaderIncludeFormat = HIFMT_Textual; variable
90 ShowSkippedHeaderIncludes(0), HeaderIncludeFormat(HIFMT_Textual), in DependencyOutputOptions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp157 switch (DepOpts.HeaderIncludeFormat) { in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2158 if ((Opts.HeaderIncludeFormat == HIFMT_Textual && in ParseDependencyOutputArgs()
2160 (Opts.HeaderIncludeFormat == HIFMT_JSON && in ParseDependencyOutputArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5753 MarshallingInfoEnum<DependencyOutputOpts<"HeaderIncludeFormat">, "HIFMT_Textual">;