Home
last modified time | relevance | path

Searched refs:IndentPPDirectives (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/libcbor/
HD.clang-format75 IndentPPDirectives: None
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h2823 PPDirectiveIndentStyle IndentPPDirectives; member
5072 IndentPPDirectives == R.IndentPPDirectives &&
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineFormatter.cpp65 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None && in nextLine()
67 (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in nextLine()
1580 Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
HDUnwrappedLineParser.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()
4878 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
HDContinuationIndenter.cpp259 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in getInitialState()
742 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in addTokenOnCurrentLine()
HDFormat.cpp1007 IO.mapOptional("IndentPPDirectives", Style.IndentPPDirectives); in mapping()
1516 LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None; in getLLVMStyle()
HDTokenAnnotator.cpp3550 Line->Level = Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()