Searched refs:ValueExprLoc (Results 1 – 3 of 3) sorted by relevance
1578 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local1586 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()1608 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
2986 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local2994 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()3013 if (resetToArch(StringValue, ValueExprLoc, Result, false)) in parseDirectiveAttribute()
11601 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() local11607 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveEabiAttr()