Home
last modified time | relevance | path

Searched refs:SkipCComment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.cpp214 if (SkipCComment()) in LexToken()
428 bool TGLexer::SkipCComment() { in SkipCComment() function in TGLexer
929 if (SkipCComment()) in prepSkipLineBegin()
989 if (SkipCComment()) in prepSkipDirectiveEnd()
H A DTGLexer.h145 bool SkipCComment();
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h162 const char *SkipCComment(const char *) const;
H A Dprescan.cpp422 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