Home | History | Annotate | Download | only in MCParser

Lines Matching refs:EqualLoc

1597   SMLoc EqualLoc = Lexer.getLoc();
1612 return Error(EqualLoc, ("assignment to pseudo-symbol '.' is unsupported "
1628 return Error(EqualLoc, "Recursive use of '" + Name + "'");
1634 return Error(EqualLoc, "redefinition of '" + Name + "'");
1636 return Error(EqualLoc, "invalid assignment to '" + Name + "'");
1638 return Error(EqualLoc, "invalid reassignment of non-absolute variable '" +