Searched refs:FromStr (Results 1 – 2 of 2) sorted by relevance
351 StringRef FromStr; variable359 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution()364 StringRef getFromString() const { return FromStr; } in getFromString()
280 Expected<StringRef> VarVal = Context->getPatternVarValue(FromStr); in getResult()