Searched refs:isAtStartOfComment (Results 1 – 2 of 2) sorted by relevance
55 bool isAtStartOfComment(const char *Ptr);
489 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()531 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer572 if (isAtStartOfComment(TokStart)) in LexToken()