Searched refs:ValStr (Results 1 – 4 of 4) 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()
256 auto ValStr = Val.getAsString(); in collectFromArray() local257 if (!ValStr.has_value()) in collectFromArray()259 Append(ValStr.value()); in collectFromArray()
1236 SmallString<16> ValStr; in operator <<() local1237 Val.second.getValue()->toString(ValStr, 10, true); in operator <<()1238 OS << ValStr; in operator <<()
2420 SmallString<64> ValStr; in parseAttributeGroupBlock() local2430 ValStr += Record[i++]; in parseAttributeGroupBlock()2434 B.addAttribute(KindStr.str(), ValStr.str()); in parseAttributeGroupBlock()