Lines Matching refs:Substitution
1028 Substitution *Substitution = in parsePattern() local
1033 Substitutions.push_back(Substitution); in parsePattern()
1109 for (const auto &Substitution : Substitutions) { in match() local
1111 Expected<std::string> Value = Substitution->getResult(); in match()
1121 SM, Substitution->getFromString(), in match()
1133 TmpStr.insert(TmpStr.begin() + Substitution->getIndex() + InsertOffset, in match()
1211 for (const auto &Substitution : Substitutions) { in printSubstitutions() local
1215 Expected<std::string> MatchedValue = Substitution->getResult(); in printSubstitutions()
1223 OS.write_escaped(Substitution->getFromString()) << "\" equal to \""; in printSubstitutions()
1374 Substitution *
1382 Substitution *FileCheckPatternContext::makeNumericSubstitution( in makeNumericSubstitution()