Lines Matching refs:IdentLoc
1946 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
1984 if (!ParseRegister(Reg, IdentLoc, End, /*RestoreOnFailure=*/true)) { in ParseIntelExpression()
1986 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
1995 !MatchRegisterByName(Reg, ID, IdentLoc, IDEndLoc)) { in ParseIntelExpression()
1997 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2006 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2045 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2054 return Error(IdentLoc, "expected identifier"); in ParseIntelExpression()
2059 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2068 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2085 return Error(IdentLoc, "Unable to lookup field reference!", in ParseIntelExpression()
2086 SMRange(IdentLoc, IDEnd)); in ParseIntelExpression()
2092 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2100 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()