Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1244 void Pattern::printSubstitutions(const SourceMgr &SM, StringRef Buffer, in printSubstitutions() function in Pattern
2041 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags); in printMatch()
2062 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr); in printMatch()
2132 Pat.printSubstitutions(SM, Buffer, SearchRange, MatchTy, Diags); in printNoMatch()
2158 Pat.printSubstitutions(SM, Buffer, SearchRange, MatchTy, nullptr); in printNoMatch()
H A DFileCheckImpl.h735 void printSubstitutions(const SourceMgr &SM, StringRef Buffer,