Home
last modified time | relevance | path

Searched refs:MatchCandidate (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()
166 for (typename std::vector<MatchCandidate>::const_iterator in Match()
181 struct MatchCandidate { struct
186 MatchCandidate(Twine Name, unsigned LineNumber, unsigned ColumnNumber) in MatchCandidate() argument
210 MatchCandidate const &Match) { argument
241 MatchCandidate Candidate;
247 std::vector<MatchCandidate> DisallowedMatches;