Lines Matching defs:IdentLoc
1950 SMLoc IdentLoc = Tok.getLoc();
1988 if (!ParseRegister(Reg, IdentLoc, End, /*RestoreOnFailure=*/true)) {
1990 return Error(IdentLoc, ErrMsg);
1999 !MatchRegisterByName(Reg, ID, IdentLoc, IDEndLoc)) {
2001 return Error(IdentLoc, ErrMsg);
2010 return Error(IdentLoc, ErrMsg);
2049 return Error(IdentLoc, ErrMsg);
2058 return Error(IdentLoc, "expected identifier");
2063 return Error(IdentLoc, ErrMsg);
2072 return Error(IdentLoc, ErrMsg);
2089 return Error(IdentLoc, "Unable to lookup field reference!",
2090 SMRange(IdentLoc, IDEnd));
2096 return Error(IdentLoc, ErrMsg);
2104 return Error(IdentLoc, ErrMsg);