Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1560 StringSubstitution StringSubstitution(&Context, "VAR404", 42); in TEST_F() local
1561 Expected<std::string> SubstValue = StringSubstitution.getResult(); in TEST_F()
1586 StringSubstitution = llvm::StringSubstitution(&Context, "FOO", 42); in TEST_F()
1587 SubstValue = StringSubstitution.getResult(); in TEST_F()
/llvm-project-15.0.7/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()