Lines Matching refs:IdentLoc
1944 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
1982 if (!ParseRegister(Reg, IdentLoc, End, /*RestoreOnFailure=*/true)) { in ParseIntelExpression()
1984 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
1993 !MatchRegisterByName(Reg, ID, IdentLoc, IDEndLoc)) { in ParseIntelExpression()
1995 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2004 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2043 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2052 return Error(IdentLoc, "expected identifier"); in ParseIntelExpression()
2057 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2066 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2083 return Error(IdentLoc, "Unable to lookup field reference!", in ParseIntelExpression()
2084 SMRange(IdentLoc, IDEnd)); in ParseIntelExpression()
2090 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2098 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()