Searched refs:CommentsBeforeNextToken (Results 1 – 2 of 2) sorted by relevance
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()[all …]
202 SmallVector<FormatToken *, 1> CommentsBeforeNextToken; variable