Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h55 HeaderIncludeFormatKind HeaderIncludeFormat = HIFMT_Textual; variable
93 ShowSkippedHeaderIncludes(0), HeaderIncludeFormat(HIFMT_Textual), in DependencyOutputOptions()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp176 switch (DepOpts.HeaderIncludeFormat) { in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2324 if ((Opts.HeaderIncludeFormat == HIFMT_Textual && in ParseFileSystemArgs()
2326 (Opts.HeaderIncludeFormat == HIFMT_JSON && in ParseFileSystemArgs()
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7426 MarshallingInfoEnum<DependencyOutputOpts<"HeaderIncludeFormat">, "HIFMT_Textual">;