Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2232 BILS_BeforeColon, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp288 IO.enumCase(Value, "BeforeColon", FormatStyle::BILS_BeforeColon); in enumeration()
1140 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()
1473 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()