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

/external/clang/lib/Format/
H A DContinuationIndenter.cpp829 const FormatToken *NextNoComment = Current.getNextNonComment(); local
834 (NextNoComment &&
835 NextNoComment->Type == TT_DesignatedInitializerPeriod);

Completed in 105 milliseconds