Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5172 DAS_BreakAll, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp1035 if (Style.TableGenBreakInsideDAGArg == FormatStyle::DAS_BreakAll) in parseTableGenDAGArgAndList()
5776 return Style.TableGenBreakInsideDAGArg == FormatStyle::DAS_BreakAll; in mustBreakBefore()
H A DFormat.cpp310 IO.enumCase(Value, "BreakAll", FormatStyle::DAS_BreakAll); in enumeration()