OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchcandidate
(Results
1 - 1
of
1
) sorted by null
/external/clang/unittests/Tooling/
TestVisitor.h
124
DisallowedMatches.push_back(
MatchCandidate
(Match, Line, Column));
152
for (typename std::vector<
MatchCandidate
>::const_iterator
167
struct
MatchCandidate
{
172
MatchCandidate
(Twine Name, unsigned LineNumber, unsigned ColumnNumber)
196
MatchCandidate
const &Match) {
224
MatchCandidate
Candidate;
229
std::vector<
MatchCandidate
> DisallowedMatches;
Completed in 646 milliseconds