Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTestVisitor.h135 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column)); in DisallowMatch()
167 It = DisallowedMatches.begin(), End = DisallowedMatches.end(); in Match()
247 std::vector<MatchCandidate> DisallowedMatches; variable