Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h374 class StringSubstitution : public Substitution {
376 StringSubstitution(FileCheckPatternContext *Context, StringRef VarName, in StringSubstitution() function
H A DFileCheck.cpp278 Expected<std::string> StringSubstitution::getResult() const { in getResult()
1378 std::make_unique<StringSubstitution>(this, VarName, InsertIdx)); in makeStringSubstitution()