Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10042 UnresolvedSet<8> TemplateMatches; in ActOnExplicitInstantiation() local
10054 TemplateMatches.addDecl(Method, P.getAccess()); in ActOnExplicitInstantiation()
10098 TemplateMatches.addDecl(Specialization, P.getAccess()); in ActOnExplicitInstantiation()
10105 TemplateMatches.begin(), TemplateMatches.end(), FailedCandidates, in ActOnExplicitInstantiation()
10111 if (Result == TemplateMatches.end()) in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp11454 bool TemplateMatches = in CheckDeductionGuideDeclarator() local
11462 if (SimplyWritten && TemplateMatches) in CheckDeductionGuideDeclarator()
11469 !TemplateMatches); in CheckDeductionGuideDeclarator()