Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp168 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
178 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
1142 Style.IndentPPDirectives != FormatStyle::PPDIS_None) { in parsePPEndIf()
1181 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPDefine()
1216 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPUnknown()
H A DUnwrappedLineFormatter.cpp65 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None && in nextLine()
H A DFormat.cpp482 IO.enumCase(Value, "None", FormatStyle::PPDIS_None); in enumeration()
1516 LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None; in getLLVMStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2800 PPDIS_None, enumerator