Lines Matching refs:getUnderlyingDecl
5958 cast<CXXConversionDecl>(ViableConversions[I]->getUnderlyingDecl()); in diagnoseAmbiguousConversion()
5973 cast<CXXConversionDecl>(Found->getUnderlyingDecl()); in diagnoseNoViableConversion()
6012 cast<CXXConversionDecl>(Found->getUnderlyingDecl()); in recordConversion()
6157 NamedDecl *D = (*I)->getUnderlyingDecl(); in PerformContextualImplicitConversion()
6832 NamedDecl *D = F.getDecl()->getUnderlyingDecl(); in AddFunctionCandidates()
7706 NamedDecl *D = F.getDecl()->getUnderlyingDecl(); in AddNonMemberOperatorCandidates()
10510 dyn_cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()) ) { in NoteAllOverloadCandidates()
10514 = dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()) ) { in NoteAllOverloadCandidates()
12279 NamedDecl *Fn = (*I)->getUnderlyingDecl(); in FindAllFunctionsThatMatchTargetTypeExactly()
12372 dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl())) in ComplainNoMatchesFound()
12522 auto *FD = dyn_cast<FunctionDecl>(I->getUnderlyingDecl()); in resolveAddressOfSingleOverloadCandidate()
12635 = cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()); in ResolveSingleFunctionTemplateSpecialization()
12833 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
13374 isa<FunctionTemplateDecl>((*Functions.begin())->getUnderlyingDecl())); in IsOverloaded()