Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DTestVisitor.h106 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column)); in DisallowMatch()
134 for (typename std::vector<MatchCandidate>::const_iterator in Match()
149 struct MatchCandidate { struct
154 MatchCandidate(Twine Name, unsigned LineNumber, unsigned ColumnNumber) in MatchCandidate() argument
178 MatchCandidate const &Match) { argument
206 MatchCandidate Candidate;
211 std::vector<MatchCandidate> DisallowedMatches;