Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2358 BILS_BeforeColon, enumerator
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp261 IO.enumCase(Value, "BeforeColon", FormatStyle::BILS_BeforeColon); in enumeration()
1150 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()
1485 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()