Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1562 bool BreakArrays; member
4797 BreakArrays == R.BreakArrays &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp957 IO.mapOptional("BreakArrays", Style.BreakArrays); in mapping()
1465 LLVMStyle.BreakArrays = true; in getLLVMStyle()
H A DTokenAnnotator.cpp5122 return Style.BreakArrays; in mustBreakBefore()