Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format46 BreakAfterJavaFieldAnnotations: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1804 bool BreakAfterJavaFieldAnnotations; member
3423 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp631 Style.BreakAfterJavaFieldAnnotations); in mapping()
1030 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()
1310 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
H A DTokenAnnotator.cpp3820 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) in mustBreakBefore()