Searched refs:BaseD (Results 1 – 4 of 4) sorted by relevance
112 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor(); in TryEmitBaseDestructorAsAlias() local113 if (BaseD->getType()->castAs<FunctionType>()->getCallConv() != in TryEmitBaseDestructorAsAlias()118 GlobalDecl TargetDecl(BaseD, Dtor_Base); in TryEmitBaseDestructorAsAlias()
1890 CXXRecordDecl *BaseD, *DerivedD; in CheckBaseClassAccess() local1891 BaseD = cast<CXXRecordDecl>(Base->castAs<RecordType>()->getDecl()); in CheckBaseClassAccess()1894 AccessTarget Entity(Context, AccessTarget::Base, BaseD, DerivedD, in CheckBaseClassAccess()
959 if (const auto *BaseD = dyn_cast<FunctionDecl>(VD)) { in checkUndefinedButUsed() local960 auto *DVAttr = BaseD->getAttr<OMPDeclareVariantAttr>(); in checkUndefinedButUsed()966 IsImplicitBase = BaseD->isImplicit() && in checkUndefinedButUsed()
7137 Decl *BaseD = SemaRef.HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local7138 BaseD->setImplicit(true); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()7139 if (auto *BaseTemplD = dyn_cast<FunctionTemplateDecl>(BaseD)) in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()7142 Bases.push_back(cast<FunctionDecl>(BaseD)); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()