Searched refs:Matched (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2157 SmallVector<MatchResult, 4> Matched; local
2171 Matched.push_back(PartialSpecMatchResult());
2172 Matched.back().Partial = Partial;
2173 Matched.back().Args = Info.take();
2182 if (Matched.size() >= 1) {
2183 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2184 if (Matched.size() == 1) {
2197 PEnd = Matched.end();
2208 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2209 PEnd = Matched
[all...]
H A DSemaExprCXX.cpp3712 bool Matched = false; local
3715 Matched = true;
3722 if (Matched && T->isArrayType()) {
H A DSemaOverload.cpp9241 FunctionDecl *Matched = 0; local
9272 if (Matched) {
9281 Matched = Specialization;
9285 return Matched;

Completed in 108 milliseconds