Home
last modified time | relevance | path

Searched refs:BAS_BlockIndent (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp59 Style.AlignAfterOpenBracket != FormatStyle::BAS_BlockIndent) { in isBlockIndentedInitRBrace()
H A DContinuationIndenter.cpp361 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent && in canBreak()
895 Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent) && in addTokenOnCurrentLine()
1264 Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent; in addTokenOnNewLine()
1407 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent && in getNewLineColumn()
H A DTokenAnnotator.cpp6207 if (Style.AlignAfterOpenBracket != FormatStyle::BAS_BlockIndent || in canBreakBefore()
6222 Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent) { in canBreakBefore()
H A DFormat.cpp211 IO.enumCase(Value, "BlockIndent", FormatStyle::BAS_BlockIndent); in enumeration()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h99 BAS_BlockIndent, enumerator