Searched refs:IsCComment (Results 1 – 2 of 2) sorted by relevance
144 bool IsCComment(const char *p) const { in IsCComment() function
421 if (IsCComment(at_)) { in SkipCComments()461 } else if (IsCComment(p)) { in SkipWhiteSpaceAndCComments()492 if (*at_ == '/' && IsCComment(at_)) { in NextToken()