Searched defs:NextNoComment (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 60 milliseconds