Home
last modified time | relevance | path

Searched refs:DisallowedMatches (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
DTestVisitor.h124 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column)); in DisallowMatch()
153 It = DisallowedMatches.begin(), End = DisallowedMatches.end(); in Match()
229 std::vector<MatchCandidate> DisallowedMatches; variable