Home | History | Annotate | Download | only in MCParser

Lines Matching refs:EqualLoc

5846   SMLoc EqualLoc = Parser.getTok().getLoc();
5866 return Parser.Error(EqualLoc, "Recursive use of '" + Name + "'");
5873 return Parser.Error(EqualLoc, "redefinition of '" + Name + "'");
5875 return Parser.Error(EqualLoc, "invalid assignment to '" + Name + "'");
5877 return Parser.Error(EqualLoc,
5881 Parser.getStreamer().emitValueToOffset(Value, 0, EqualLoc);