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.h4891 DAS_BreakAll, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp1043 if (Style.TableGenBreakInsideDAGArg == FormatStyle::DAS_BreakAll) in parseTableGenDAGArgAndList()
5631 return Style.TableGenBreakInsideDAGArg == FormatStyle::DAS_BreakAll; in mustBreakBefore()
H A DFormat.cpp287 IO.enumCase(Value, "BreakAll", FormatStyle::DAS_BreakAll); in enumeration()