Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCXX.cpp107 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor(); in TryEmitBaseDestructorAsAlias() local
108 if (BaseD->getType()->castAs<FunctionType>()->getCallConv() != in TryEmitBaseDestructorAsAlias()
113 GlobalDecl TargetDecl(BaseD, Dtor_Base); in TryEmitBaseDestructorAsAlias()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAccess.cpp1855 CXXRecordDecl *BaseD, *DerivedD; in CheckBaseClassAccess() local
1856 BaseD = cast<CXXRecordDecl>(Base->castAs<RecordType>()->getDecl()); in CheckBaseClassAccess()
1859 AccessTarget Entity(Context, AccessTarget::Base, BaseD, DerivedD, in CheckBaseClassAccess()
DSema.cpp860 if (const auto *BaseD = dyn_cast<FunctionDecl>(VD)) { in checkUndefinedButUsed() local
861 auto *DVAttr = BaseD->getAttr<OMPDeclareVariantAttr>(); in checkUndefinedButUsed()
867 IsImplicitBase = BaseD->isImplicit() && in checkUndefinedButUsed()
DSemaOpenMP.cpp6699 Decl *BaseD = HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
6700 BaseD->setImplicit(true); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6701 if (auto *BaseTemplD = dyn_cast<FunctionTemplateDecl>(BaseD)) in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6704 Bases.push_back(cast<FunctionDecl>(BaseD)); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()