Searched refs:printSubstitutions (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1244 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 D | FileCheckImpl.h | 735 void printSubstitutions(const SourceMgr &SM, StringRef Buffer,
|