Lines Matching defs:IdentLoc
1951 SMLoc IdentLoc = Tok.getLoc();
1989 if (!ParseRegister(Reg, IdentLoc, End, /*RestoreOnFailure=*/true)) {
1991 return Error(IdentLoc, ErrMsg);
2000 !MatchRegisterByName(Reg, ID, IdentLoc, IDEndLoc)) {
2002 return Error(IdentLoc, ErrMsg);
2011 return Error(IdentLoc, ErrMsg);
2050 return Error(IdentLoc, ErrMsg);
2059 return Error(IdentLoc, "expected identifier");
2064 return Error(IdentLoc, ErrMsg);
2073 return Error(IdentLoc, ErrMsg);
2090 return Error(IdentLoc, "Unable to lookup field reference!",
2091 SMRange(IdentLoc, IDEnd));
2097 return Error(IdentLoc, ErrMsg);
2105 return Error(IdentLoc, ErrMsg);