Searched defs:NextNonComment (Results 1 – 4 of 4) sorted by relevance
1047 const FormatToken *NextNonComment = Previous.getNextNonComment(); in addTokenOnNewLine() local1326 const FormatToken *NextNonComment = Previous.getNextNonComment(); in getNewLineColumn() local1966 const FormatToken *NextNonComment = Current.getNextNonComment(); in moveStatePastScopeOpener() local2130 const FormatToken *NextNonComment = Current.getNextNonComment(); in moveStatePastScopeCloser() local
2594 if (const auto *NextNonComment = Tok.getNextNonComment(); in isStartOfName() local3341 const FormatToken *NextNonComment = Current->getNextNonComment(); in getCurrentPrecedence() local
1506 const auto *NextNonComment = C.Tok->getNextNonComment(); in getCells() local
694 const auto *NextNonComment = getNextNonComment(); member