Lines Matching refs:NestingLevel
1428 CurrentToken->NestingLevel = Contexts.size() - 1; in next()
1575 int NestingLevel = 0; in isDeductionGuide() local
1583 NestingLevel++; in isDeductionGuide()
1585 NestingLevel--; in isDeductionGuide()
1586 if (NestingLevel < 1) in isDeductionGuide()
1654 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
1668 Current.NestingLevel == 0 && in determineTokenType()
2362 Result = std::max(Result, Tok->NestingLevel); in maxNestingDepth()
2444 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
2725 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
2765 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
3013 (Left.NestingLevel == 0 || in spaceRequiredBetween()
3014 (Left.NestingLevel == 1 && Line.First->is(tok::kw_for))))))); in spaceRequiredBetween()
3666 return (Left.NestingLevel == 0 && Line.Level == 0) && in mustBreakBefore()
3677 (Left.NestingLevel == 0 && Line.Level == 0 && in mustBreakBefore()
3749 Right.Previous->MatchingParen->NestingLevel == 0) { in mustBreakBefore()
3780 Right.NestingLevel == 1 && Style.Language == FormatStyle::LK_Proto) { in mustBreakBefore()
3970 if (Right.NestingLevel == 0 && in canBreakBefore()
4139 Line.Type == LT_VirtualFunctionDecl && Left.NestingLevel == 0) in canBreakBefore()