Searched refs:PreviousWasComment (Results 1 – 1 of 1) sorted by relevance
4586 bool PreviousWasComment = false; in readToken() local4606 bool PreviousWasComment) { in readToken() argument4613 if (PreviousWasComment) in readToken()4619 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()4620 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4645 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4647 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()