Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h904 BILS_BeforeColon, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp155 IO.enumCase(Value, "BeforeColon", FormatStyle::BILS_BeforeColon); in enumeration()
373 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) in mapping()
652 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()