Lines Matching defs:NestingLevel
2096 CurrentToken->NestingLevel = Contexts.size() - 1;
2317 int NestingLevel = 0;
2327 ++NestingLevel;
2329 --NestingLevel;
2330 if (NestingLevel < 1)
2389 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) {
2406 Line.MightBeFunctionDecl && Current.NestingLevel == 0 &&
3610 Result = std::max(Result, Tok->NestingLevel);
3833 if (Current.isNot(TT_StartOfName) || Current.NestingLevel != 0)
4230 if (Left.is(tok::comma) && Left.NestingLevel == 0)
4274 if (InFunctionDecl && Right.NestingLevel == 0)
4598 (Left.NestingLevel == 0 ||
4599 (Left.NestingLevel == 1 && startsWithInitStatement(Line)))));
4650 (Left.NestingLevel == Line.First->NestingLevel ||
4651 ((Left.NestingLevel == Line.First->NestingLevel + 1) &&
5641 return (Left.NestingLevel == 0 && Line.Level == 0) &&
5652 (Left.NestingLevel == 0 && Line.Level == 0 &&
5786 Left.MatchingParen->NestingLevel == 0) {
5853 Right.NestingLevel == 1 && Style.Language == FormatStyle::LK_Proto) {
6060 if (Right.NestingLevel == 0 &&
6307 Line.Type == LT_VirtualFunctionDecl && Left.NestingLevel == 0) {