Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h423 class StringSubstitution : public Substitution {
425 StringSubstitution(FileCheckPatternContext *Context, StringRef VarName, in StringSubstitution() function
H A DFileCheck.cpp429 Expected<std::string> StringSubstitution::getResult() const { in getResult()
1531 std::make_unique<StringSubstitution>(this, VarName, InsertIdx)); in makeStringSubstitution()