Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h286 bool BreakAfterJavaFieldAnnotations; member
619 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
/external/clang/lib/Format/
DFormat.cpp491 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()
599 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
DTokenAnnotator.cpp2226 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) in mustBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst330 **BreakAfterJavaFieldAnnotations** (``bool``)