Searched refs:ValStr (Results 1 – 3 of 3) sorted by relevance
236 auto ValStr = Remark.Args[ArgIdx].Val; in getIntValFromKey() local237 if (getAsSignedInteger(ValStr, 0, Val)) in getIntValFromKey()240 Twine("Could not convert string to signed integer: " + ValStr)); in getIntValFromKey()
229 auto ValStr = Val.getAsString(); in collectFromArray() local230 if (!ValStr.has_value()) in collectFromArray()232 Append(ValStr.value()); in collectFromArray()
2333 SmallString<64> ValStr; in parseAttributeGroupBlock() local2343 ValStr += Record[i++]; in parseAttributeGroupBlock()2347 B.addAttribute(KindStr.str(), ValStr.str()); in parseAttributeGroupBlock()