Searched refs:MatchedValue (Results 1 – 1 of 1) sorted by relevance
1218 StringRef MatchedValue = MatchInfo[CaptureParenGroup]; in match() local1220 APInt Value = Format.valueFromStringRepr(MatchedValue, SM); in match()1221 DefinedNumericVariable->setValue(Value, MatchedValue); in match()1254 Expected<std::string> MatchedValue = in printSubstitutions() local1257 if (!MatchedValue) { in printSubstitutions()1258 consumeError(MatchedValue.takeError()); in printSubstitutions()1264 OS << *MatchedValue; in printSubstitutions()