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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1916 SmallVector<MatchResult, 4> Matched; local
1930 Matched.push_back(PartialSpecMatchResult());
1931 Matched.back().Partial = Partial;
1932 Matched.back().Args = Info.take();
1941 if (Matched.size() >= 1) {
1942 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
1943 if (Matched.size() == 1) {
1956 PEnd = Matched.end();
1967 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
1968 PEnd = Matched
[all...]
H A DSemaExprCXX.cpp3201 bool Matched = false; local
3204 Matched = true;
3211 if (Matched && T->isArrayType()) {
H A DSemaOverload.cpp8241 FunctionDecl *Matched = 0; local
8272 if (Matched) {
8281 Matched = Specialization;
8285 return Matched;

Completed in 107 milliseconds