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