Lines Matching refs:NestingLevel
1595 CurrentToken->NestingLevel = Contexts.size() - 1; in next()
1798 int NestingLevel = 0; in isDeductionGuide() local
1808 ++NestingLevel; in isDeductionGuide()
1810 --NestingLevel; in isDeductionGuide()
1811 if (NestingLevel < 1) in isDeductionGuide()
1869 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
1883 Current.NestingLevel == 0 && in determineTokenType()
2755 Result = std::max(Result, Tok->NestingLevel); in maxNestingDepth()
2836 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
3157 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
3201 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
3510 (Left.NestingLevel == 0 || in spaceRequiredBetween()
3511 (Left.NestingLevel == 1 && startsWithInitStatement(Line))))); in spaceRequiredBetween()
3561 (Left.NestingLevel == Line.First->NestingLevel || in spaceRequiredBetween()
3562 ((Left.NestingLevel == Line.First->NestingLevel + 1) && in spaceRequiredBetween()
4429 return (Left.NestingLevel == 0 && Line.Level == 0) && in mustBreakBefore()
4440 (Left.NestingLevel == 0 && Line.Level == 0 && in mustBreakBefore()
4539 Left.MatchingParen->NestingLevel == 0) { in mustBreakBefore()
4590 Right.NestingLevel == 1 && Style.Language == FormatStyle::LK_Proto) { in mustBreakBefore()
4816 if (Right.NestingLevel == 0 && in canBreakBefore()
5014 Line.Type == LT_VirtualFunctionDecl && Left.NestingLevel == 0) { in canBreakBefore()