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.cpp10815 UnresolvedSet<8> TemplateMatches; in ActOnExplicitInstantiation() local
10827 TemplateMatches.addDecl(Method, P.getAccess()); in ActOnExplicitInstantiation()
10871 TemplateMatches.addDecl(Specialization, P.getAccess()); in ActOnExplicitInstantiation()
10878 TemplateMatches.begin(), TemplateMatches.end(), FailedCandidates, in ActOnExplicitInstantiation()
10884 if (Result == TemplateMatches.end()) in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp11541 bool TemplateMatches = in CheckDeductionGuideDeclarator() local
11549 if (SimplyWritten && TemplateMatches) in CheckDeductionGuideDeclarator()
11556 !TemplateMatches); in CheckDeductionGuideDeclarator()