Home
last modified time | relevance | path

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

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