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