Searched refs:PreviousWasComment (Results 1 – 1 of 1) sorted by relevance
4825 bool PreviousWasComment = false; in readToken() local4845 bool PreviousWasComment) { in readToken() argument4852 if (PreviousWasComment) in readToken()4858 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()4859 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4886 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4888 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()