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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp112 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor(); local
113 if (BaseD->getType()->castAs<FunctionType>()->getCallConv() !=
118 GlobalDecl TargetDecl(BaseD, Dtor_Base);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1887 CXXRecordDecl *BaseD, *DerivedD;
1888 BaseD = cast<CXXRecordDecl>(Base->castAs<RecordType>()->getDecl());
1891 AccessTarget Entity(Context, AccessTarget::Base, BaseD, DerivedD,
H A DSema.cpp899 if (const auto *BaseD = dyn_cast<FunctionDecl>(VD)) {
900 auto *DVAttr = BaseD->getAttr<OMPDeclareVariantAttr>();
906 IsImplicitBase = BaseD->isImplicit() &&
H A DSemaOpenMP.cpp7352 Decl *BaseD = HandleDeclarator(S, D, TemplateParamLists);
7353 BaseD->setImplicit(true);
7354 if (auto *BaseTemplD = dyn_cast<FunctionTemplateDecl>(BaseD))
7357 Bases.push_back(cast<FunctionDecl>(BaseD));

Completed in 118 milliseconds