Searched refs:NonComment (Results 1 – 1 of 1) sorted by relevance
5437 const FormatToken *NonComment = Right.getPreviousNonComment(); in canBreakBefore() local5438 if (NonComment && in canBreakBefore()5439 NonComment->isOneOf( in canBreakBefore()5454 if (NonComment && NonComment->is(tok::identifier) && in canBreakBefore()5455 NonComment->TokenText == "asserts") { in canBreakBefore()