Home
last modified time | relevance | path

Searched refs:NonComment (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp3833 const FormatToken *NonComment = Right.getPreviousNonComment(); in canBreakBefore() local
3834 if (NonComment && in canBreakBefore()
3835 NonComment->isOneOf( in canBreakBefore()
3847 if (NonComment && NonComment->is(tok::identifier) && in canBreakBefore()
3848 NonComment->TokenText == "asserts") in canBreakBefore()