Lines Matching refs:NestingLevel
1151 CurrentToken->NestingLevel = Contexts.size() - 1; in next()
1291 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
1305 Current.NestingLevel == 0) { in determineTokenType()
1932 Result = std::max(Result, Tok->NestingLevel); in maxNestingDepth()
1999 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
2217 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
2254 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
2466 (Left.NestingLevel == 0 || in spaceRequiredBetween()
2467 (Left.NestingLevel == 1 && Line.First->is(tok::kw_for))))))); in spaceRequiredBetween()
2871 (Left.NestingLevel == 0 && Line.Level == 0 && in mustBreakBefore()
2923 Right.Previous->MatchingParen->NestingLevel == 0 && in mustBreakBefore()
2946 Right.NestingLevel == 1 && Style.Language == FormatStyle::LK_Proto) { in mustBreakBefore()
3106 if (Right.NestingLevel == 0 && in canBreakBefore()
3266 Line.Type == LT_VirtualFunctionDecl && Left.NestingLevel == 0) in canBreakBefore()