Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1775 bool BreakAfterJavaFieldAnnotations; member
3288 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format43 BreakAfterJavaFieldAnnotations: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format46 BreakAfterJavaFieldAnnotations: false
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp597 Style.BreakAfterJavaFieldAnnotations); in mapping()
990 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()
1263 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
H A DTokenAnnotator.cpp3692 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) in mustBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1394 **BreakAfterJavaFieldAnnotations** (``bool``)