Lines Matching refs:CommentsBeforeNextToken
183 CommentsBeforeNextToken.clear();
292 !CommentsBeforeNextToken.empty()) {
1385 CommentsBeforeNextToken.empty()
1387 : CommentsBeforeNextToken.front()->NewlinesBefore == 0;
2034 CommentsBeforeNextToken.empty()
2036 : CommentsBeforeNextToken.front()->NewlinesBefore > 0;
3278 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() &&
4726 for (FormatToken *Tok : CommentsBeforeNextToken) {
4743 CommentsBeforeNextToken.clear();
4819 CommentsBeforeNextToken.push_back(FormatTok);