Home | History | Annotate | Download | only in MCParser

Lines Matching refs:EqualLoc

4928   SMLoc EqualLoc = Lexer.getLoc();
4955 return Parser.Error(EqualLoc, "Recursive use of '" + Name + "'");
4962 return Parser.Error(EqualLoc, "redefinition of '" + Name + "'");
4964 return Parser.Error(EqualLoc, "invalid assignment to '" + Name + "'");
4966 return Parser.Error(EqualLoc,