Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1831 BILS_BeforeColon, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp326 IO.enumCase(Value, "BeforeColon", FormatStyle::BILS_BeforeColon); in enumeration()
709 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()
1235 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp7198 Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in TEST_F()
15945 InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in TEST_F()
20280 Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in TEST_F()
20288 FormatStyle::BILS_BeforeColon); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2284 * ``BILS_BeforeColon`` (in configuration: ``BeforeColon``)