Searched refs:StringSubstitution (Results 1 – 3 of 3) sorted by relevance
1560 StringSubstitution StringSubstitution(&Context, "VAR404", 42); in TEST_F() local1561 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()
423 class StringSubstitution : public Substitution {425 StringSubstitution(FileCheckPatternContext *Context, StringRef VarName, in StringSubstitution() function
429 Expected<std::string> StringSubstitution::getResult() const { in getResult()1531 std::make_unique<StringSubstitution>(this, VarName, InsertIdx)); in makeStringSubstitution()