Home
last modified time | relevance | path

Searched refs:PPDIS_None (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DUnwrappedLineParser.cpp234 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
241 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
871 Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPEndIf()
903 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPDefine()
920 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPUnknown()
DFormat.cpp292 IO.enumCase(Value, "None", FormatStyle::PPDIS_None); in enumeration()
1061 LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None; in getLLVMStyle()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h2288 PPDIS_None, enumerator