Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp720 Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent) && in addTokenOnCurrentLine()
1045 Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent; in addTokenOnNewLine()
1152 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_BlockIndent && in getNewLineColumn()
H A DFormat.cpp204 IO.enumCase(Value, "BlockIndent", FormatStyle::BAS_BlockIndent); in enumeration()
H A DTokenAnnotator.cpp5046 if (Style.AlignAfterOpenBracket != FormatStyle::BAS_BlockIndent || in canBreakBefore()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h98 BAS_BlockIndent, enumerator
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst228 * ``BAS_BlockIndent`` (in configuration: ``BlockIndent``)