Lines Matching refs:FunTmpl
5906 FunctionTemplateDecl *FunTmpl = cast<FunctionTemplateDecl>(D); in AddFunctionCandidates() local
5907 if (isa<CXXMethodDecl>(FunTmpl->getTemplatedDecl()) && in AddFunctionCandidates()
5908 !cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl())->isStatic()) in AddFunctionCandidates()
5909 AddMethodTemplateCandidate(FunTmpl, F.getPair(), in AddFunctionCandidates()
5910 cast<CXXRecordDecl>(FunTmpl->getDeclContext()), in AddFunctionCandidates()
5917 AddTemplateOverloadCandidate(FunTmpl, F.getPair(), in AddFunctionCandidates()
8310 if (FunctionTemplateDecl *FunTmpl = Cand->Function->getPrimaryTemplate()) in AddArgumentDependentLookupCandidates() local
8311 Fns.erase(FunTmpl); in AddArgumentDependentLookupCandidates()
8556 if (FunctionTemplateDecl *FunTmpl = Fn->getPrimaryTemplate()) { in ClassifyOverloadCandidate() local
8559 FunTmpl->getTemplateParameters(), *Fn->getTemplateSpecializationArgs()); in ClassifyOverloadCandidate()
8633 if (FunctionTemplateDecl *FunTmpl = in NoteAllOverloadCandidates() local
8635 NoteOverloadCandidate(FunTmpl->getTemplatedDecl(), DestType); in NoteAllOverloadCandidates()