Searched refs:containsNewLineResult (Results 1 – 1 of 1) sorted by relevance
944 bool readCStyleComment(bool* containsNewLineResult);1360 bool OurReader::readCStyleComment(bool* containsNewLineResult) { in readCStyleComment() argument1361 *containsNewLineResult = false; in readCStyleComment()1368 *containsNewLineResult = true; in readCStyleComment()