Searched refs:BreakAfterAttributes (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1543 AttributeBreakingStyle BreakAfterAttributes; member in namespace:clang::format
4795 BreakAfterAttributes == R.BreakAfterAttributes &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp954 IO.mapOptional("BreakAfterAttributes", Style.BreakAfterAttributes);
1463 LLVMStyle.BreakAfterAttributes = FormatStyle::ABS_Leave;
H A DTokenAnnotator.cpp29 switch (Style.BreakAfterAttributes) {

Completed in 190 milliseconds