Searched refs:SkipCComment (Results 1 – 4 of 4) sorted by relevance
214 if (SkipCComment()) in LexToken()428 bool TGLexer::SkipCComment() { in SkipCComment() function in TGLexer929 if (SkipCComment()) in prepSkipLineBegin()989 if (SkipCComment()) in prepSkipDirectiveEnd()
145 bool SkipCComment();
162 const char *SkipCComment(const char *) const;
422 if (const char *after{SkipCComment(at_)}) { in SkipCComments()462 if (const char *after{SkipCComment(p)}) { in SkipWhiteSpaceAndCComments()474 const char *Prescanner::SkipCComment(const char *p) const { in SkipCComment() function in Fortran::parser::Prescanner