Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h71 StringRef LexUntilEndOfLine();
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp675 StringRef AsmLexer::LexUntilEndOfLine() { in LexUntilEndOfLine() function in AsmLexer
745 StringRef s = LexUntilEndOfLine(); in LexToken()