Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheckImpl.h400 StringRef FromStr; variable
408 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution()
413 StringRef getFromString() const { return FromStr; } in getFromString()
H A DFileCheck.cpp431 Expected<StringRef> VarVal = Context->getPatternVarValue(FromStr); in getResult()