Home
last modified time | relevance | path

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

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