Home | History | Annotate | Download | only in MCParser

Lines Matching refs:EqualLoc

5310   SMLoc EqualLoc = Parser.getTok().getLoc();
5337 return Parser.Error(EqualLoc, "Recursive use of '" + Name + "'");
5344 return Parser.Error(EqualLoc, "redefinition of '" + Name + "'");
5346 return Parser.Error(EqualLoc, "invalid assignment to '" + Name + "'");
5348 return Parser.Error(EqualLoc,