Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp766 IO.mapOptional("AfterEnum", Wrapping.AfterEnum); in mapping()
900 Expanded.BraceWrapping.AfterEnum = true; in expandPresets()
918 Expanded.BraceWrapping.AfterEnum = true; in expandPresets()
934 Expanded.BraceWrapping.AfterEnum = true; in expandPresets()
1417 Style.BraceWrapping.AfterEnum = true; in getMicrosoftStyle()
DTokenAnnotator.cpp3789 return (Line.startsWith(tok::kw_enum) && Style.BraceWrapping.AfterEnum) || in mustBreakBefore()
3791 Style.BraceWrapping.AfterEnum) || in mustBreakBefore()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h1551 bool AfterEnum; member