Searched refs:NonComment (Results 1 – 1 of 1) sorted by relevance
4805 const FormatToken *NonComment = Right.getPreviousNonComment(); in canBreakBefore() local4806 if (NonComment && in canBreakBefore()4807 NonComment->isOneOf( in canBreakBefore()4822 if (NonComment && NonComment->is(tok::identifier) && in canBreakBefore()4823 NonComment->TokenText == "asserts") { in canBreakBefore()