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