Searched defs:ExpectedMatch (Results 1 – 2 of 2) sorted by relevance
| /external/clang/unittests/Tooling/ |
| D | TestVisitor.h | 202 struct ExpectedMatch { struct 203 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber) in ExpectedMatch() function 206 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { in UpdateFor() 230 std::vector<ExpectedMatch> ExpectedMatches; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| 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()
|