Home
last modified time | relevance | path

Searched refs:IsCComment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h144 bool IsCComment(const char *p) const { in IsCComment() function
H A Dprescan.cpp421 if (IsCComment(at_)) { in SkipCComments()
461 } else if (IsCComment(p)) { in SkipWhiteSpaceAndCComments()
492 if (*at_ == '/' && IsCComment(at_)) { in NextToken()