Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp3097 const FormatToken *NonComment = Right.getPreviousNonComment(); in canBreakBefore() local
3098 if (NonComment && in canBreakBefore()
3099 NonComment->isOneOf( in canBreakBefore()