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