Searched refs:ExpectedMatches (Results 1 – 1 of 1) sorted by relevance
115 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