Home | History | Annotate | Download | only in Sema

Lines Matching refs:getUnderlyingDecl

5165         cast<CXXConversionDecl>(ViableConversions[I]->getUnderlyingDecl());
5180 cast<CXXConversionDecl>(Found->getUnderlyingDecl());
5218 cast<CXXConversionDecl>(Found->getUnderlyingDecl());
5363 NamedDecl *D = (*I)->getUnderlyingDecl();
5752 NamedDecl *D = F.getDecl()->getUnderlyingDecl();
8490 dyn_cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()) ) {
8493 = dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()) ) {
9822 NamedDecl *Fn = (*I)->getUnderlyingDecl();
9907 dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()))
10057 = cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl());
10252 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate());