Home | History | Annotate | Download | only in MCParser

Lines Matching defs:EqualLoc

2002   SMLoc EqualLoc = Lexer.getLoc();
2017 return Error(EqualLoc, ("assignment to pseudo-symbol '.' is unsupported "
2033 return Error(EqualLoc, "Recursive use of '" + Name + "'");
2039 return Error(EqualLoc, "redefinition of '" + Name + "'");
2041 return Error(EqualLoc, "invalid assignment to '" + Name + "'");
2043 return Error(EqualLoc, "invalid reassignment of non-absolute variable '" +