Searched refs:isCppStyleComment (Results 1 – 1 of 1) sorted by relevance
1301 const bool isCppStyleComment = (c == '/'); in readComment() local1304 } else if (isCppStyleComment) { in readComment()1316 if (isCppStyleComment || !cStyleWithEmbeddedNewline) { in readComment()