Home | History | Annotate | Download | only in Format

Lines Matching refs:CommentsBeforeNextToken

211   CommentsBeforeNextToken.clear();
720 CommentsBeforeNextToken.empty()
722 : CommentsBeforeNextToken.front()->NewlinesBefore == 0;
1076 CommentsBeforeNextToken.empty()
1078 : CommentsBeforeNextToken.front()->NewlinesBefore > 0;
1626 if (CommentsBeforeNextToken.empty() && FormatTok->Tok.is(tok::l_brace)) {
2024 I = CommentsBeforeNextToken.begin(),
2025 E = CommentsBeforeNextToken.end();
2033 CommentsBeforeNextToken.clear();
2099 CommentsBeforeNextToken.push_back(FormatTok);