Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp110 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor(); in TryEmitBaseDestructorAsAlias() local
111 if (BaseD->getType()->castAs<FunctionType>()->getCallConv() != in TryEmitBaseDestructorAsAlias()
116 GlobalDecl TargetDecl(BaseD, Dtor_Base); in TryEmitBaseDestructorAsAlias()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1032 if (const auto *BaseD = dyn_cast<FunctionDecl>(VD)) { in checkUndefinedButUsed() local
1033 auto *DVAttr = BaseD->getAttr<OMPDeclareVariantAttr>(); in checkUndefinedButUsed()
1039 IsImplicitBase = BaseD->isImplicit() && in checkUndefinedButUsed()
H A DSemaOpenMP.cpp7085 Decl *BaseD = SemaRef.HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7086 BaseD->setImplicit(true); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7087 if (auto *BaseTemplD = dyn_cast<FunctionTemplateDecl>(BaseD)) in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7090 Bases.push_back(cast<FunctionDecl>(BaseD)); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()