Lines Matching refs:Lex
862 Parser.Lex(); in tryParseRegister()
866 Parser.Lex(); in tryParseRegister()
925 Parser.Lex(); // Eat the comma or plus. in ParseInstruction()
937 Parser.Lex(); // Consume the EndOfStatement. in ParseInstruction()
1077 getParser().Lex(); // Eat '%' in parseTailRelocSym()
1093 Parser.Lex(); // Eat the identifier. in parseTailRelocSym()
1097 getParser().Lex(); // Eat '(' in parseTailRelocSym()
1121 Parser.Lex(); // Eat the '#'. in parseMembarTag()
1132 Parser.Lex(); // Eat the identifier token. in parseMembarTag()
1140 Parser.Lex(); // Eat the '|'. in parseMembarTag()
1171 Parser.Lex(); // Eat the '#'. in parseASITag()
1176 Parser.Lex(); // Eat the identifier token. in parseASITag()
1207 Parser.Lex(); // Eat the '#'. in parsePrefetchTag()
1211 Parser.Lex(); // Eat the identifier token. in parsePrefetchTag()
1264 Parser.Lex(); // Eat the [ in parseOperand()
1271 Parser.Lex(); // eat % in parseOperand()
1278 Parser.Lex(); // Eat the identifier token. in parseOperand()
1294 Parser.Lex(); // Eat the ] in parseOperand()
1305 Parser.Lex(); // Eat the %. in parseOperand()
1324 Parser.Lex(); // Eat the identifier. in parseOperand()
1369 Parser.Lex(); // Eat the '%'. in parseSparcAsmOperand()
1373 Parser.Lex(); // Eat the identifier token. in parseSparcAsmOperand()
1419 Parser.Lex(); // Eat the comma in parseBranchModifiers()
1427 Parser.Lex(); // eat the identifier. in parseBranchModifiers()
1656 Parser.Lex(); // Eat the identifier. in matchSparcAsmModifiers()
1660 Parser.Lex(); // Eat the LParen token. in matchSparcAsmModifiers()