Lines Matching refs:AddLevels
739 unsigned AddLevels, bool MunchSemi, in parseBlock() argument
768 if (!VerilogHierarchy && AddLevels > 0 && in parseBlock()
777 AddLevels += parseVerilogHierarchyHeader(); in parseBlock()
779 nextToken(/*LevelDifference=*/AddLevels); in parseBlock()
806 if (AddLevels > 0u && Style.BreakBeforeBraces != FormatStyle::BS_Whitesmiths) in parseBlock()
807 Line->Level += AddLevels; in parseBlock()
866 nextToken(/*LevelDifference=*/-AddLevels); in parseBlock()
1584 unsigned AddLevels = in parseStructuralElement() local
1591 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement()
3045 unsigned AddLevels = in parseNamespace() local
3052 AddLevels == 0u && in parseNamespace()
3062 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/true, in parseNamespace()
3066 addUnwrappedLine(AddLevels > 0 ? LineLevel::Remove : LineLevel::Keep); in parseNamespace()
4018 unsigned AddLevels = Style.IndentAccessModifiers ? 2u : 1u; in parseRecord() local
4019 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/false); in parseRecord()
4275 unsigned AddLevels = 0; in parseVerilogHierarchyHeader() local
4288 AddLevels++; in parseVerilogHierarchyHeader()
4372 return AddLevels; in parseVerilogHierarchyHeader()