Searched defs:NextNonComment (Results 1 – 4 of 4) sorted by relevance
863 const FormatToken *NextNonComment = Previous.getNextNonComment(); in addTokenOnNewLine() local1098 const FormatToken *NextNonComment = Previous.getNextNonComment(); in getNewLineColumn() local1811 const FormatToken *NextNonComment = Current.getNextNonComment(); in moveStatePastScopeCloser() local
1307 const auto *NextNonComment = C.Tok->getNextNonComment(); in getCells() local
2607 const FormatToken *NextNonComment = Current->getNextNonComment(); in getCurrentPrecedence() local
598 const auto NextNonComment = getNextNonComment(); member