Searched refs:AddLevels (Results 1 – 2 of 2) sorted by relevance
598 nextToken(/*LevelDifference=*/AddLevels); in parseBlock()620 Line->Level += AddLevels; in parseBlock()636 nextToken(/*LevelDifference=*/-AddLevels); in parseBlock()1188 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement()1190 unsigned AddLevels = in parseStructuralElement() local1192 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement()2220 unsigned AddLevels = in parseNamespace() local2227 AddLevels == 0u && in parseNamespace()2235 parseBlock(/*MustBeDeclaration=*/true, AddLevels, in parseNamespace()2244 addUnwrappedLine(AddLevels > 0 ? LineLevel::Remove : LineLevel::Keep); in parseNamespace()[all …]
88 void parseBlock(bool MustBeDeclaration, unsigned AddLevels = 1u,