Searched refs:ValStr (Results 1 – 2 of 2) sorted by relevance
249 auto ValStr = Remark.Args[ArgIdx].Val; in getIntValFromKey() local250 if (getAsSignedInteger(ValStr, 0, Val)) in getIntValFromKey()253 Twine("Could not convert string to signed integer: " + ValStr)); in getIntValFromKey()
2211 SmallString<64> ValStr; in parseAttributeGroupBlock() local2221 ValStr += Record[i++]; in parseAttributeGroupBlock()2225 B.addAttribute(KindStr.str(), ValStr.str()); in parseAttributeGroupBlock()