Lines Matching refs:CommentsBeforeNextToken
246 CommentsBeforeNextToken.clear(); in reset()
321 !CommentsBeforeNextToken.empty()) in parseFile()
1055 CommentsBeforeNextToken.empty() in readTokenWithJavaScriptASI()
1057 : CommentsBeforeNextToken.front()->NewlinesBefore == 0; in readTokenWithJavaScriptASI()
1527 CommentsBeforeNextToken.empty() in parseStructuralElement()
1529 : CommentsBeforeNextToken.front()->NewlinesBefore > 0; in parseStructuralElement()
2350 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
3196 I = CommentsBeforeNextToken.begin(), in flushComments()
3197 E = CommentsBeforeNextToken.end(); in flushComments()
3215 CommentsBeforeNextToken.clear(); in flushComments()
3281 CommentsBeforeNextToken.push_back(FormatTok); in distributeComments()