Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h874 bool BreakAfterJavaFieldAnnotations; member
1745 BreakAfterJavaFieldAnnotations == R.BreakAfterJavaFieldAnnotations &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp392 Style.BreakAfterJavaFieldAnnotations); in mapping()
650 LLVMStyle.BreakAfterJavaFieldAnnotations = false; in getLLVMStyle()
848 ChromiumStyle.BreakAfterJavaFieldAnnotations = true; in getChromiumStyle()
H A DTokenAnnotator.cpp2966 (Line.Last->is(tok::l_brace) || Style.BreakAfterJavaFieldAnnotations)) in mustBreakBefore()