Searched refs:PreviousWasComment (Results 1 – 1 of 1) sorted by relevance
4709 bool PreviousWasComment = false; in readToken() local4730 bool PreviousWasComment) { in readToken() argument4737 if (PreviousWasComment) in readToken()4743 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()4744 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4769 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4771 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()