Home
last modified time | relevance | path

Searched refs:HIFMT_None (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHeaderInclude.h22 enum HeaderIncludeFormatKind { HIFMT_None, HIFMT_Textual, HIFMT_JSON }; enumerator
34 .Default(HIFMT_None); in stringToHeaderIncludeFormatKind()
50 case HIFMT_None: in headerIncludeFormatKindToString()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h243 HeaderIncludeFormatKind CCPrintHeadersFormat = HIFMT_None;