Home | History | Annotate | Download | only in MCParser

Lines Matching refs:AsmLexer

37 #include "llvm/MC/MCParser/AsmLexer.h"
126 AsmLexer Lexer;
2326 // FIXME: This is mostly duplicated from the function in AsmLexer.cpp. The
2328 // we can't do that. AsmLexer.cpp should probably be changed to handle
2507 AsmLexerSkipSpaceRAII(AsmLexer &Lexer, bool SkipSpace) : Lexer(Lexer) {
2516 AsmLexer &Lexer;