Home | History | Annotate | Download | only in MCParser

Lines Matching refs:ExprLoc

2217       SMLoc ExprLoc = getLexer().getLoc();
2226 return Error(ExprLoc, "literal value out of range for directive");
3216 SMLoc ExprLoc = getLexer().getLoc();
3224 return Error(ExprLoc,
4008 SMLoc ExprLoc = getLexer().getLoc();
4013 return Error(ExprLoc, "unexpected expression in _emit");
4016 return Error(ExprLoc, "literal value out of range for directive");
4024 SMLoc ExprLoc = getLexer().getLoc();
4029 return Error(ExprLoc, "unexpected expression in align");
4032 return Error(ExprLoc, "literal value not a power of two greater then zero");