Lines Matching refs:FunTmpl
5922 FunctionTemplateDecl *FunTmpl = cast<FunctionTemplateDecl>(D); in AddFunctionCandidates() local
5923 if (isa<CXXMethodDecl>(FunTmpl->getTemplatedDecl()) && in AddFunctionCandidates()
5924 !cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl())->isStatic()) in AddFunctionCandidates()
5925 AddMethodTemplateCandidate(FunTmpl, F.getPair(), in AddFunctionCandidates()
5926 cast<CXXRecordDecl>(FunTmpl->getDeclContext()), in AddFunctionCandidates()
5933 AddTemplateOverloadCandidate(FunTmpl, F.getPair(), in AddFunctionCandidates()
8326 if (FunctionTemplateDecl *FunTmpl = Cand->Function->getPrimaryTemplate()) in AddArgumentDependentLookupCandidates() local
8327 Fns.erase(FunTmpl); in AddArgumentDependentLookupCandidates()
8572 if (FunctionTemplateDecl *FunTmpl = Fn->getPrimaryTemplate()) { in ClassifyOverloadCandidate() local
8575 FunTmpl->getTemplateParameters(), *Fn->getTemplateSpecializationArgs()); in ClassifyOverloadCandidate()
8649 if (FunctionTemplateDecl *FunTmpl = in NoteAllOverloadCandidates() local
8651 NoteOverloadCandidate(FunTmpl->getTemplatedDecl(), DestType); in NoteAllOverloadCandidates()