Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()