Searched refs:MatchedValue (Results 1 – 1 of 1) sorted by relevance
1179 StringRef MatchedValue = MatchInfo[CaptureParenGroup]; in match() local1181 APInt Value = Format.valueFromStringRepr(MatchedValue, SM); in match()1182 DefinedNumericVariable->setValue(Value, MatchedValue); in match()1215 Expected<std::string> MatchedValue = Substitution->getResult(); in printSubstitutions() local1217 if (!MatchedValue) { in printSubstitutions()1218 consumeError(MatchedValue.takeError()); in printSubstitutions()1224 OS.write_escaped(*MatchedValue) << "\""; in printSubstitutions()