Home
last modified time | relevance | path

Searched refs:BILS_AfterColon (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/Format/
DFormat.h1281 BILS_AfterColon enumerator
/external/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp609 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1137 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) in getNewLineColumn()
DTokenAnnotator.cpp3924 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
3926 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
DFormat.cpp225 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp1946 FormatStyle::BILS_AfterColon; in TEST_F()
5225 Style.BreakInheritanceList = FormatStyle::BILS_AfterColon; in TEST_F()
12105 InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_AfterColon; in TEST_F()
14248 FormatStyle::BILS_AfterColon); in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1473 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)