Searched refs:ValueExprLoc (Results 1 – 3 of 3) sorted by relevance
1672 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local1680 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()1702 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
2205 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local2213 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()2247 return Error(ValueExprLoc, OutputErrMsg.str()); in parseDirectiveAttribute()2260 return Error(ValueExprLoc, "bad arch string " + Arch); in parseDirectiveAttribute()
11448 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() local11454 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveEabiAttr()