Searched refs:MunchSemi (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineParser.h | 129 unsigned AddLevels = 1u, bool MunchSemi = true,
|
H A D | UnwrappedLineParser.cpp | 747 unsigned AddLevels, bool MunchSemi, in parseBlock() argument 908 if (MunchSemi && FormatTok->is(tok::semi)) in parseBlock() 1637 /*MunchSemi=*/false); in parseStructuralElement() 2068 /*MunchSemi=*/false); in parseStructuralElement() 2875 /*MunchSemi=*/true, KeepIfBraces, &IfBlockKind); in parseIfThenElse() 2914 /*MunchSemi=*/true, KeepElseBraces, &ElseBlockKind); in parseIfThenElse() 3125 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/true, in parseNamespace() 3188 /*MunchSemi=*/true, KeepBraces); in parseLoopBody() 3967 /*MunchSemi=*/false); in parseJavaEnumBody() 4135 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi in parseRecord() [all...] |