Searched refs:DisallowedMatches (Results 1 – 1 of 1) sorted by relevance
124 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column)); in DisallowMatch()153 It = DisallowedMatches.begin(), End = DisallowedMatches.end(); in Match()229 std::vector<MatchCandidate> DisallowedMatches; variable