Searched defs:ExpectedMatch (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | TestVisitor.h | 202 struct ExpectedMatch { struct 203 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber) in ExpectedMatch() argument 206 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { in UpdateFor() 230 std::vector<ExpectedMatch> ExpectedMatches; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheck.cpp | 1274 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() 1311 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() 1320 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch() 1378 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 2076 static Error printMatch(bool ExpectedMatch, const SourceMgr &SM, in printMatch() 2146 static Error printNoMatch(bool ExpectedMatch, const SourceMgr &SM, in printNoMatch() 2229 static Error reportMatchResult(bool ExpectedMatch, const SourceMgr &SM, in reportMatchResult()
|