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