Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h215 StringRef LexUntilEndOfLine();
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp755 StringRef AsmLexer::LexUntilEndOfLine() { in LexUntilEndOfLine() function in AsmLexer
827 StringRef s = LexUntilEndOfLine(); in LexToken()