Searched refs:NonComment (Results 1 – 1 of 1) sorted by relevance
3961 const FormatToken *NonComment = Right.getPreviousNonComment(); in canBreakBefore() local3962 if (NonComment && in canBreakBefore()3963 NonComment->isOneOf( in canBreakBefore()3975 if (NonComment && NonComment->is(tok::identifier) && in canBreakBefore()3976 NonComment->TokenText == "asserts") in canBreakBefore()