Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h386 class LLVM_ABI_FOR_TEST StringSubstitution : public Substitution {
388 StringSubstitution(FileCheckPatternContext *Context, StringRef VarName, in StringSubstitution() function
H A DFileCheck.cpp288 Expected<std::string> StringSubstitution::getResultRegex() const { in getResultRegex()
296 Expected<std::string> StringSubstitution::getResultForDiagnostics() const { in getResultForDiagnostics()
1418 std::make_unique<StringSubstitution>(this, VarName, InsertIdx)); in makeStringSubstitution()