Lines Matching refs:CommentsBeforeNextToken
246 CommentsBeforeNextToken.clear(); in reset()
321 !CommentsBeforeNextToken.empty()) in parseFile()
1008 CommentsBeforeNextToken.empty() in readTokenWithJavaScriptASI()
1010 : CommentsBeforeNextToken.front()->NewlinesBefore == 0; in readTokenWithJavaScriptASI()
1469 CommentsBeforeNextToken.empty() in parseStructuralElement()
1471 : CommentsBeforeNextToken.front()->NewlinesBefore > 0; in parseStructuralElement()
2272 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
3118 I = CommentsBeforeNextToken.begin(), in flushComments()
3119 E = CommentsBeforeNextToken.end(); in flushComments()
3137 CommentsBeforeNextToken.clear(); in flushComments()
3203 CommentsBeforeNextToken.push_back(FormatTok); in distributeComments()