Home
last modified time | relevance | path

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

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