Home
last modified time | relevance | path

Searched refs:BaseD (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp112 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor(); in TryEmitBaseDestructorAsAlias() local
113 if (BaseD->getType()->castAs<FunctionType>()->getCallConv() != in TryEmitBaseDestructorAsAlias()
118 GlobalDecl TargetDecl(BaseD, Dtor_Base); in TryEmitBaseDestructorAsAlias()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1890 CXXRecordDecl *BaseD, *DerivedD; in CheckBaseClassAccess() local
1891 BaseD = cast<CXXRecordDecl>(Base->castAs<RecordType>()->getDecl()); in CheckBaseClassAccess()
1894 AccessTarget Entity(Context, AccessTarget::Base, BaseD, DerivedD, in CheckBaseClassAccess()
H A DSema.cpp959 if (const auto *BaseD = dyn_cast<FunctionDecl>(VD)) { in checkUndefinedButUsed() local
960 auto *DVAttr = BaseD->getAttr<OMPDeclareVariantAttr>(); in checkUndefinedButUsed()
966 IsImplicitBase = BaseD->isImplicit() && in checkUndefinedButUsed()
H A DSemaOpenMP.cpp7137 Decl *BaseD = SemaRef.HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7138 BaseD->setImplicit(true); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7139 if (auto *BaseTemplD = dyn_cast<FunctionTemplateDecl>(BaseD)) in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7142 Bases.push_back(cast<FunctionDecl>(BaseD)); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()