Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprescan.h144 bool IsCComment(const char *p) const { in IsCComment() function
Dprescan.cpp345 if (IsCComment(at_)) { in SkipCComments()
385 } else if (IsCComment(p)) { in SkipWhiteSpaceAndCComments()
416 if (*at_ == '/' && IsCComment(at_)) { in NextToken()