Searched refs:NonComment (Results 1 – 1 of 1) sorted by relevance
6098 const FormatToken *NonComment = Right.getPreviousNonComment(); in canBreakBefore() local6099 if (NonComment && in canBreakBefore()6100 (NonComment->isAccessSpecifierKeyword() || in canBreakBefore()6101 NonComment->isOneOf( in canBreakBefore()6115 if (NonComment && NonComment->is(tok::identifier) && in canBreakBefore()6116 NonComment->TokenText == "asserts") { in canBreakBefore()