Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp568 IO.mapOptional("AfterStruct", Wrapping.AfterStruct); in mapping()
670 Expanded.BraceWrapping.AfterStruct = true; in expandPresets()
689 Expanded.BraceWrapping.AfterStruct = true; in expandPresets()
703 Expanded.BraceWrapping.AfterStruct = true; in expandPresets()
1111 Style.BraceWrapping.AfterStruct = true; in getMicrosoftStyle()
HDUnwrappedLineParser.cpp639 return Style.BraceWrapping.AfterStruct; in ShouldBreakBeforeBrace()
HDTokenAnnotator.cpp3259 (Line.startsWith(tok::kw_struct) && Style.BraceWrapping.AfterStruct); in mustBreakBefore()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h917 bool AfterStruct; member