Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1844 BILS_BeforeColon, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp260 IO.enumCase(Value, "BeforeColon", FormatStyle::BILS_BeforeColon); in enumeration()
612 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) in mapping()
1032 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()