Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Loc

1142     SMLoc Loc = Parser.getTok().getLoc();
1143 Operands.push_back(AArch64Operand::CreateToken("[", Loc));
1184 SMLoc Loc = Parser.getTok().getLoc();
1187 Operands.push_back(AArch64Operand::CreateToken("[", Loc));
1213 Operands.push_back(AArch64Operand::CreateToken("]", Loc));
1873 SMLoc Loc = Parser.getTok().getLoc();
1874 Operands.push_back(AArch64Operand::CreateToken("]", Loc));
1879 SMLoc Loc = Parser.getTok().getLoc();
1880 Operands.push_back(AArch64Operand::CreateToken("!", Loc));
1887 SMLoc Loc = getLexer().getLoc();
1889 return Error(Loc, "expected comma before next operand");