Searched refs:BreakAfterJavaFieldAnnotations (Results 1 – 5 of 5) sorted by relevance
1720 bool BreakAfterJavaFieldAnnotations; member3887 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
730 Style.BreakAfterJavaFieldAnnotations); in mapping()1233 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()1524 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
4476 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) { in mustBreakBefore()
1691 **BreakAfterJavaFieldAnnotations** (``Boolean``) :versionbadge:`clang-format 3.8`
20052 CHECK_PARSE_BOOL(BreakAfterJavaFieldAnnotations); in TEST_F()