Home | History | Annotate | Download | only in MCParser

Lines Matching defs:ExprLoc

2252       SMLoc ExprLoc = getLexer().getLoc();
2261 return Error(ExprLoc, "literal value out of range for directive");
3246 SMLoc ExprLoc = getLexer().getLoc();
3254 return Error(ExprLoc,
4038 SMLoc ExprLoc = getLexer().getLoc();
4043 return Error(ExprLoc, "unexpected expression in _emit");
4046 return Error(ExprLoc, "literal value out of range for directive");
4054 SMLoc ExprLoc = getLexer().getLoc();
4059 return Error(ExprLoc, "unexpected expression in align");
4062 return Error(ExprLoc, "literal value not a power of two greater then zero");