Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h56 bool isAtStartOfComment(const char *Ptr);
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp668 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()
710 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer
756 if (isAtStartOfComment(TokStart)) in LexToken()