Home | History | Annotate | Download | only in MCParser

Lines Matching refs:EqualLoc

1519   SMLoc EqualLoc = Lexer.getLoc();
1532 return Error(EqualLoc, ("assignment to pseudo-symbol '.' is unsupported "
1550 return Error(EqualLoc, "redefinition of '" + Name + "'");
1552 return Error(EqualLoc, "invalid assignment to '" + Name + "'");
1554 return Error(EqualLoc, "invalid reassignment of non-absolute variable '" +