Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1726 bool BreakArrays; member
5369 BreakArrays == R.BreakArrays &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1033 IO.mapOptional("BreakArrays", Style.BreakArrays); in mapping()
1566 LLVMStyle.BreakArrays = true; in getLLVMStyle()
H A DTokenAnnotator.cpp5758 return Style.BreakArrays; in mustBreakBefore()