Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h351 StringRef FromStr; variable
359 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution()
364 StringRef getFromString() const { return FromStr; } in getFromString()
H A DFileCheck.cpp280 Expected<StringRef> VarVal = Context->getPatternVarValue(FromStr); in getResult()