Searched refs:PreviousWasComment (Results 1 – 1 of 1) sorted by relevance
4844 bool PreviousWasComment = false; in readToken() local4864 bool PreviousWasComment) { in readToken() argument4871 if (PreviousWasComment) in readToken()4877 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()4878 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4912 PreviousWasComment = FormatTok->is(tok::comment); in readToken()4914 FirstNonCommentOnLine, *FormatTok, PreviousWasComment); in readToken()