Lines Matching refs:AddLevels
747 unsigned AddLevels, bool MunchSemi, in parseBlock() argument
776 if (!VerilogHierarchy && AddLevels > 0 && in parseBlock()
785 AddLevels += parseVerilogHierarchyHeader(); in parseBlock()
787 nextToken(/*LevelDifference=*/AddLevels); in parseBlock()
814 if (AddLevels > 0u && Style.BreakBeforeBraces != FormatStyle::BS_Whitesmiths) in parseBlock()
815 Line->Level += AddLevels; in parseBlock()
877 nextToken(/*LevelDifference=*/-AddLevels); in parseBlock()
1595 unsigned AddLevels = in parseStructuralElement() local
1602 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement()
3108 unsigned AddLevels = in parseNamespace() local
3115 AddLevels == 0u && in parseNamespace()
3125 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/true, in parseNamespace()
3129 addUnwrappedLine(AddLevels > 0 ? LineLevel::Remove : LineLevel::Keep); in parseNamespace()
4134 unsigned AddLevels = Style.IndentAccessModifiers ? 2u : 1u; in parseRecord() local
4135 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/false); in parseRecord()
4391 unsigned AddLevels = 0; in parseVerilogHierarchyHeader() local
4404 AddLevels++; in parseVerilogHierarchyHeader()
4488 return AddLevels; in parseVerilogHierarchyHeader()