Lines Matching refs:IdentLoc
1909 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
1947 if (!ParseRegister(Reg, IdentLoc, End, /*RestoreOnFailure=*/true)) { in ParseIntelExpression()
1949 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
1958 !MatchRegisterByName(Reg, ID, IdentLoc, IDEndLoc)) { in ParseIntelExpression()
1960 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
1969 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2008 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2017 return Error(IdentLoc, "expected identifier"); in ParseIntelExpression()
2022 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2031 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2048 return Error(IdentLoc, "Unable to lookup field reference!", in ParseIntelExpression()
2049 SMRange(IdentLoc, IDEnd)); in ParseIntelExpression()
2055 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()
2063 return Error(IdentLoc, ErrMsg); in ParseIntelExpression()