Lines Matching refs:NextNonComment
2574 if (const auto *NextNonComment = Tok.getNextNonComment(); in isStartOfName() local
2575 (!NextNonComment && !Line.InMacroBody) || in isStartOfName()
2576 (NextNonComment && in isStartOfName()
2577 (NextNonComment->isPointerOrReference() || in isStartOfName()
2578 NextNonComment->is(tok::string_literal) || in isStartOfName()
2579 (Line.InPragmaDirective && NextNonComment->is(tok::identifier))))) { in isStartOfName()
3277 const FormatToken *NextNonComment = Current->getNextNonComment(); in getCurrentPrecedence() local
3280 if (NextNonComment && Current->is(TT_SelectorName) && in getCurrentPrecedence()
3281 (NextNonComment->isOneOf(TT_DictLiteral, TT_JsTypeColon) || in getCurrentPrecedence()
3282 (Style.isProto() && NextNonComment->is(tok::less)))) { in getCurrentPrecedence()
3292 (Current->is(tok::comment) && NextNonComment && in getCurrentPrecedence()
3293 NextNonComment->is(TT_SelectorName))) { in getCurrentPrecedence()