Home
last modified time | relevance | path

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

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