Home | History | Annotate | Download | only in Format

Lines Matching refs:getNextNonComment

335       const FormatToken *Next = Previous.MatchingParen->getNextNonComment();
354 const FormatToken *NextNonComment = Previous.getNextNonComment();
482 const FormatToken *NextNonComment = Previous.getNextNonComment();
829 const FormatToken *NextNoComment = Current.getNextNonComment();
877 const FormatToken *NextNonComment = Current.getNextNonComment();
1104 if (Current.getNextNonComment() &&
1105 Current.getNextNonComment()->isStringLiteral())