Home | History | Annotate | Download | only in Format

Lines Matching refs:NestingLevel

202   if (Previous.ClosesTemplateDeclaration && Current.NestingLevel == 0 &&
262 (State.Line->First->is(tok::kw_for) || Current.NestingLevel == 0) &&
357 // The first line break on any NestingLevel causes an extra penalty in order
400 // Thus, we set LastSpace of the next higher NestingLevel, to which we move
412 if (Previous.Type == TT_TemplateCloser && Current.NestingLevel == 0)
428 State.StartOfLineLevel = Current.NestingLevel;
429 State.LowestLevelOnLine = Current.NestingLevel;
486 return Current.NestingLevel == 0 ? State.FirstIndent
596 std::min(State.LowestLevelOnLine, Current.NestingLevel);