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.h2400 bool BreakAfterJavaFieldAnnotations; member
5367 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1031 Style.BreakAfterJavaFieldAnnotations); in mapping()
1564 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()
1903 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
H A DTokenAnnotator.cpp5979 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) { in mustBreakBefore()