Home
last modified time | relevance | path

Searched refs:BILS_AfterComma (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1868 BILS_AfterComma, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp263 IO.enumCase(Value, "AfterComma", FormatStyle::BILS_AfterComma); in enumeration()
H A DTokenAnnotator.cpp3769 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()