Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
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