Lines Matching refs:NestingLevel
871 CurrentToken->NestingLevel = Contexts.size() - 1; in next()
986 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
995 Current.NestingLevel == 0) { in determineTokenType()
1618 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
1812 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
1843 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
2283 (Left.NestingLevel == 0 && Line.Level == 0 && in mustBreakBefore()
2324 Right.Previous->MatchingParen->NestingLevel == 0 && in mustBreakBefore()
2336 if (Right.Previous->is(tok::l_brace) && Right.NestingLevel == 1 && in mustBreakBefore()
2378 if (Right.NestingLevel == 0 && Right.is(Keywords.kw_is)) in canBreakBefore()
2441 Line.Type == LT_VirtualFunctionDecl && Left.NestingLevel == 0) in canBreakBefore()