Searched defs:ExpectedMatch (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/unittests/Tooling/ |
H A D | TestVisitor.h | 216 struct ExpectedMatch { global() struct 217 ExpectedMatchExpectedMatch ExpectedMatch() argument 222 UpdateForExpectedMatch UpdateFor() argument 248 TimesSeenExpectedMatch global() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FuzzyMatchTests.cpp | 20 struct ExpectedMatch { struct 22 ExpectedMatch(llvm::StringRef Match) : Word(Match), Annotated(Match) { in ExpectedMatch() function 28 bool accepts(llvm::StringRef ActualAnnotated) const { in accepts() 40 std::string Word; 43 std::optional<llvm::StringRef> Annotated;
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1976 printMatch(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Pattern::MatchResult MatchResult,const FileCheckRequest & Req,std::vector<FileCheckDiag> * Diags) printMatch() argument 2046 printNoMatch(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Error MatchError,bool VerboseVerbose,std::vector<FileCheckDiag> * Diags) printNoMatch() argument 2129 reportMatchResult(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Pattern::MatchResult MatchResult,const FileCheckRequest & Req,std::vector<FileCheckDiag> * Diags) reportMatchResult() argument [all...] |