Home
last modified time | relevance | path

Searched refs:BreakAfterJavaFieldAnnotations (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/libcbor/
H A D.clang-format46 BreakAfterJavaFieldAnnotations: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2160 bool BreakAfterJavaFieldAnnotations; member
4796 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp956 Style.BreakAfterJavaFieldAnnotations); in mapping()
1464 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()
1779 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
H A DTokenAnnotator.cpp5318 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) { in mustBreakBefore()