Searched refs:ValueExprLoc (Results 1 – 3 of 3) sorted by relevance
1671 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local1679 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()1701 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
2202 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local2210 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()2244 return Error(ValueExprLoc, OutputErrMsg.str()); in parseDirectiveAttribute()2257 return Error(ValueExprLoc, "bad arch string " + Arch); in parseDirectiveAttribute()
11427 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() local11433 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveEabiAttr()