Lines Matching refs:NestingLevel
1529 CurrentToken->NestingLevel = Contexts.size() - 1; in next()
1730 int NestingLevel = 0; in isDeductionGuide() local
1740 ++NestingLevel; in isDeductionGuide()
1742 --NestingLevel; in isDeductionGuide()
1743 if (NestingLevel < 1) in isDeductionGuide()
1814 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
1828 Current.NestingLevel == 0 && in determineTokenType()
2674 Result = std::max(Result, Tok->NestingLevel); in maxNestingDepth()
2755 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
3046 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
3089 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
3384 (Left.NestingLevel == 0 || in spaceRequiredBetween()
3385 (Left.NestingLevel == 1 && startsWithInitStatement(Line))))); in spaceRequiredBetween()
3434 (Left.NestingLevel == Line.First->NestingLevel || in spaceRequiredBetween()
3435 ((Left.NestingLevel == Line.First->NestingLevel + 1) && in spaceRequiredBetween()
4258 return (Left.NestingLevel == 0 && Line.Level == 0) && in mustBreakBefore()
4269 (Left.NestingLevel == 0 && Line.Level == 0 && in mustBreakBefore()
4354 Left.MatchingParen->NestingLevel == 0) { in mustBreakBefore()
4405 Right.NestingLevel == 1 && Style.Language == FormatStyle::LK_Proto) { in mustBreakBefore()
4631 if (Right.NestingLevel == 0 && in canBreakBefore()
4829 Line.Type == LT_VirtualFunctionDecl && Left.NestingLevel == 0) { in canBreakBefore()