Searched refs:NonComment (Results 1 – 1 of 1) sorted by relevance
5950 const FormatToken *NonComment = Right.getPreviousNonComment(); in canBreakBefore() local5951 if (NonComment && in canBreakBefore()5952 (NonComment->isAccessSpecifierKeyword() || in canBreakBefore()5953 NonComment->isOneOf( in canBreakBefore()5967 if (NonComment && NonComment->is(tok::identifier) && in canBreakBefore()5968 NonComment->TokenText == "asserts") { in canBreakBefore()