Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DTestVisitor.h115 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column)); in ExpectMatch()
121 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in ~ExpectedLocationVisitor()
143 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in Match()
213 std::vector<ExpectedMatch> ExpectedMatches; variable