Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DTestVisitor.h132 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column)); in ExpectMatch()
137 for (typename std::vector<ExpectedMatch>::const_iterator in ~ExpectedLocationVisitor()
159 for (typename std::vector<ExpectedMatch>::iterator in Match()
202 struct ExpectedMatch { struct
203 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber) in ExpectedMatch() function
230 std::vector<ExpectedMatch> ExpectedMatches; argument