Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DAsmLexer.h53 bool isAtStartOfComment(const char *Ptr);
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp420 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()
471 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer
494 if (isAtStartOfComment(TokStart)) { in LexToken()