Home | History | Annotate | Download | only in Format

Lines Matching refs:NestingLevel

782       CurrentToken->NestingLevel = Contexts.size() - 1;
905 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) {
914 Current.NestingLevel == 0) {
1526 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0)
1712 if (Left.is(tok::comma) && Left.NestingLevel == 0)
1741 if (InFunctionDecl && Right.NestingLevel == 0)
2153 (Left.NestingLevel == 0 && Line.Level == 0 &&
2194 Right.Previous->MatchingParen->NestingLevel == 0 &&
2206 if (Right.Previous->is(tok::l_brace) && Right.NestingLevel == 1 &&
2304 Line.Type == LT_VirtualFunctionDecl && Left.NestingLevel == 0)