Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DTestVisitor.h124 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column)); in DisallowMatch()
152 for (typename std::vector<MatchCandidate>::const_iterator in Match()
167 struct MatchCandidate { struct
172 MatchCandidate(Twine Name, unsigned LineNumber, unsigned ColumnNumber) in MatchCandidate() argument
196 MatchCandidate const &Match) { argument
224 MatchCandidate Candidate;
229 std::vector<MatchCandidate> DisallowedMatches;
/external/llvm-project/clang/unittests/Tooling/
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;