Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h476 Substitution *makeStringSubstitution(StringRef VarName, size_t InsertIdx);
H A DFileCheck.cpp1032 : Context->makeStringSubstitution(SubstStr, SubstInsertIdx); in parsePattern()
1375 FileCheckPatternContext::makeStringSubstitution(StringRef VarName, in makeStringSubstitution() function in FileCheckPatternContext