Searched defs:NextNonComment (Results 1 – 4 of 4) sorted by relevance
952 const FormatToken *NextNonComment = Previous.getNextNonComment(); in addTokenOnNewLine() local1225 const FormatToken *NextNonComment = Previous.getNextNonComment(); in getNewLineColumn() local1841 const FormatToken *NextNonComment = Current.getNextNonComment(); in moveStatePastScopeOpener() local2012 const FormatToken *NextNonComment = Current.getNextNonComment(); in moveStatePastScopeCloser() local
2574 if (const auto *NextNonComment = Tok.getNextNonComment(); in isStartOfName() local3277 const FormatToken *NextNonComment = Current->getNextNonComment(); in getCurrentPrecedence() local
1508 const auto *NextNonComment = C.Tok->getNextNonComment(); in getCells() local
681 const auto *NextNonComment = getNextNonComment(); member