Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format46 BreakAfterJavaFieldAnnotations: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2286 bool BreakAfterJavaFieldAnnotations; member
5032 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp959 Style.BreakAfterJavaFieldAnnotations); in mapping()
1475 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()
1800 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
H A DTokenAnnotator.cpp5831 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) { in mustBreakBefore()