Home
last modified time | relevance | path

Searched refs:AfterStruct (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/libcbor/
H A D.clang-format30 AfterStruct: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp770 IO.mapOptional("AfterStruct", Wrapping.AfterStruct); in mapping()
902 Expanded.BraceWrapping.AfterStruct = true; in expandPresets()
922 Expanded.BraceWrapping.AfterStruct = true; in expandPresets()
938 Expanded.BraceWrapping.AfterStruct = true; in expandPresets()
1421 Style.BraceWrapping.AfterStruct = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp708 return Style.BraceWrapping.AfterStruct; in ShouldBreakBeforeBrace()
H A DTokenAnnotator.cpp3793 (Line.startsWith(tok::kw_struct) && Style.BraceWrapping.AfterStruct); in mustBreakBefore()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1601 bool AfterStruct; member