Searched refs:ExpectedMatch (Results 1 – 1 of 1) sorted by relevance
132 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 { struct203 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber) in ExpectedMatch() function230 std::vector<ExpectedMatch> ExpectedMatches; argument