Home
last modified time | relevance | path

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

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