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