Lines Matching refs:CommentsBeforeNextToken
241 CommentsBeforeNextToken.clear(); in reset()
316 !CommentsBeforeNextToken.empty()) in parseFile()
934 CommentsBeforeNextToken.empty() in readTokenWithJavaScriptASI()
936 : CommentsBeforeNextToken.front()->NewlinesBefore == 0; in readTokenWithJavaScriptASI()
1348 CommentsBeforeNextToken.empty() in parseStructuralElement()
1350 : CommentsBeforeNextToken.front()->NewlinesBefore > 0; in parseStructuralElement()
1909 if (CommentsBeforeNextToken.empty() && FormatTok->Tok.is(tok::l_brace)) { in parseLabel()
2524 I = CommentsBeforeNextToken.begin(), in flushComments()
2525 E = CommentsBeforeNextToken.end(); in flushComments()
2543 CommentsBeforeNextToken.clear(); in flushComments()
2609 CommentsBeforeNextToken.push_back(FormatTok); in distributeComments()