Searched defs:NextNoComment (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DContinuationIndenter.cpp942 const FormatToken *NextNoComment = Current.getNextNonComment(); local
950 (NextNoComment && NextNoComment->is(TT_DesignatedInitializerPeriod));

Completed in 52 milliseconds