Lines Matching refs:AddLevels
830 bool MustBeDeclaration, unsigned AddLevels, bool MunchSemi, bool KeepBraces, in parseBlock() argument
853 if (AddLevels > 0 && Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) in parseBlock()
859 nextToken(/*LevelDifference=*/AddLevels); in parseBlock()
885 if (AddLevels > 0u && Style.BreakBeforeBraces != FormatStyle::BS_Whitesmiths) in parseBlock()
886 Line->Level += AddLevels; in parseBlock()
940 nextToken(/*LevelDifference=*/-AddLevels); in parseBlock()
1562 unsigned AddLevels = in parseStructuralElement() local
1569 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement()
2827 unsigned AddLevels = in parseNamespace() local
2834 AddLevels == 0u && in parseNamespace()
2842 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/true, in parseNamespace()
2851 addUnwrappedLine(AddLevels > 0 ? LineLevel::Remove : LineLevel::Keep); in parseNamespace()
3774 unsigned AddLevels = Style.IndentAccessModifiers ? 2u : 1u; in parseRecord() local
3775 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/false); in parseRecord()