Searched refs:isAtStartOfComment (Results 1 – 3 of 3) sorted by relevance
200 bool isAtStartOfComment(const char *Ptr);
747 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()791 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer837 if (isAtStartOfComment(TokStart)) { in LexToken()
15949 {"_ZN4llvm8AsmLexer18isAtStartOfCommentEc", "llvm::AsmLexer::isAtStartOfComment(char)"},