Searched defs:NextNonComment (Results 1 – 4 of 4) sorted by relevance
942 const FormatToken *NextNonComment = Previous.getNextNonComment(); in addTokenOnNewLine() local1215 const FormatToken *NextNonComment = Previous.getNextNonComment(); in getNewLineColumn() local1812 const FormatToken *NextNonComment = Current.getNextNonComment(); in moveStatePastScopeOpener() local1971 const FormatToken *NextNonComment = Current.getNextNonComment(); in moveStatePastScopeCloser() local
2208 if (const auto *NextNonComment = Tok.getNextNonComment(); in isStartOfName() local2874 const FormatToken *NextNonComment = Current->getNextNonComment(); in getCurrentPrecedence() local
1468 const auto *NextNonComment = C.Tok->getNextNonComment(); in getCells() local
652 const auto NextNonComment = getNextNonComment(); member