Searched refs:isAtStartOfComment (Results 1 – 6 of 6) sorted by relevance
328 while (!isAtStartOfComment(*CurPtr) && // Start of line comment. in LexUntilEndOfStatement()349 bool AsmLexer::isAtStartOfComment(char Char) { in isAtStartOfComment() function in AsmLexer364 if (isAtStartOfComment(CurChar)) { in LexToken()
53 bool isAtStartOfComment(char Char);
56 bool isAtStartOfComment(const char *Ptr);
57 bool isAtStartOfComment(const char *Ptr);
423 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()474 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer515 if (isAtStartOfComment(TokStart)) in LexToken()
485 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()527 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer568 if (isAtStartOfComment(TokStart)) in LexToken()