Searched refs:PreviousWasComment (Results 1 – 1 of 1) sorted by relevance
4257 bool PreviousWasComment = false; in readToken() local4277 bool PreviousWasComment) { in readToken() argument4284 if (PreviousWasComment) in readToken()4290 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()4291 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4316 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4318 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()