Lines Matching defs:NestingLevel
2085 CurrentToken->NestingLevel = Contexts.size() - 1;
2306 int NestingLevel = 0;
2316 ++NestingLevel;
2318 --NestingLevel;
2319 if (NestingLevel < 1)
2378 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) {
2395 Line.MightBeFunctionDecl && Current.NestingLevel == 0 &&
3565 Result = std::max(Result, Tok->NestingLevel);
3765 if (Current.isNot(TT_StartOfName) || Current.NestingLevel != 0)
4156 if (Left.is(tok::comma) && Left.NestingLevel == 0)
4200 if (InFunctionDecl && Right.NestingLevel == 0)
4524 (Left.NestingLevel == 0 ||
4525 (Left.NestingLevel == 1 && startsWithInitStatement(Line)))));
4576 (Left.NestingLevel == Line.First->NestingLevel ||
4577 ((Left.NestingLevel == Line.First->NestingLevel + 1) &&
5545 return (Left.NestingLevel == 0 && Line.Level == 0) &&
5556 (Left.NestingLevel == 0 && Line.Level == 0 &&
5689 Left.MatchingParen->NestingLevel == 0) {
5754 Right.NestingLevel == 1 && Style.Language == FormatStyle::LK_Proto) {
5961 if (Right.NestingLevel == 0 &&
6179 Line.Type == LT_VirtualFunctionDecl && Left.NestingLevel == 0) {