Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h55 bool isAtStartOfComment(const char *Ptr);
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp489 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()
531 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer
572 if (isAtStartOfComment(TokStart)) in LexToken()