Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp10155 UnresolvedSet<8> TemplateMatches; in ActOnExplicitInstantiation() local
10167 TemplateMatches.addDecl(Method, P.getAccess()); in ActOnExplicitInstantiation()
10211 TemplateMatches.addDecl(Specialization, P.getAccess()); in ActOnExplicitInstantiation()
10218 TemplateMatches.begin(), TemplateMatches.end(), FailedCandidates, in ActOnExplicitInstantiation()
10224 if (Result == TemplateMatches.end()) in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp10849 bool TemplateMatches = in CheckDeductionGuideDeclarator() local
10851 if (SpecifiedName.getKind() == TemplateName::Template && TemplateMatches) in CheckDeductionGuideDeclarator()
10858 !TemplateMatches); in CheckDeductionGuideDeclarator()