Home
last modified time | relevance | path

Searched refs:MatchedValue (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp1329 StringRef MatchedValue = MatchInfo[CaptureParenGroup]; in match() local
1332 Format.valueFromStringRepr(MatchedValue, SM); in match()
1335 DefinedNumericVariable->setValue(*Value, MatchedValue); in match()
1368 Expected<std::string> MatchedValue = Substitution->getResult(); in printSubstitutions() local
1370 if (!MatchedValue) { in printSubstitutions()
1371 consumeError(MatchedValue.takeError()); in printSubstitutions()
1377 OS.write_escaped(*MatchedValue) << "\""; in printSubstitutions()