Home
last modified time | relevance | path

Searched defs:ExpectedMatch (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DTestVisitor.h202 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