Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1720 bool BreakAfterJavaFieldAnnotations; member
3887 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp730 Style.BreakAfterJavaFieldAnnotations); in mapping()
1233 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()
1524 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
H A DTokenAnnotator.cpp4476 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) { in mustBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1691 **BreakAfterJavaFieldAnnotations** (``Boolean``) :versionbadge:`clang-format 3.8`
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20052 CHECK_PARSE_BOOL(BreakAfterJavaFieldAnnotations); in TEST_F()