Searched refs:AddLevels (Results 1 – 2 of 2) sorted by relevance
853 if (AddLevels > 0 && Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) in parseBlock()859 nextToken(/*LevelDifference=*/AddLevels); in parseBlock()886 Line->Level += AddLevels; in parseBlock()940 nextToken(/*LevelDifference=*/-AddLevels); in parseBlock()1562 unsigned AddLevels = in parseStructuralElement() local1569 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement()2827 unsigned AddLevels = in parseNamespace() local2834 AddLevels == 0u && in parseNamespace()2842 parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/true, in parseNamespace()2851 addUnwrappedLine(AddLevels > 0 ? LineLevel::Remove : LineLevel::Keep); in parseNamespace()[all …]
104 unsigned AddLevels = 1u, bool MunchSemi = true,