Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp343 const NamedDecl *BaseD = nullptr; in CXXBasesListInfo() local
348 BaseD = TDT->getDecl(); in CXXBasesListInfo()
351 BaseD = TST->getTemplateName().getAsTemplateDecl(); in CXXBasesListInfo()
353 BaseD = RT->getDecl(); in CXXBasesListInfo()
356 if (BaseD) in CXXBasesListInfo()
357 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA); in CXXBasesListInfo()
991 const NamedDecl *BaseD = BaseList.BaseEntities[i].Dcl; in handleCXXRecordDecl() local
994 markEntityOccurrenceInFile(BaseD, Loc); in handleCXXRecordDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp1854 CXXRecordDecl *BaseD, *DerivedD; in CheckBaseClassAccess() local
1855 BaseD = cast<CXXRecordDecl>(Base->castAs<RecordType>()->getDecl()); in CheckBaseClassAccess()
1858 AccessTarget Entity(Context, AccessTarget::Base, BaseD, DerivedD, in CheckBaseClassAccess()
H A DSemaOpenMP.cpp6684 Decl *BaseD = HandleDeclarator(S, D, TemplateParamLists); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
6685 BaseD->setImplicit(true); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6686 if (auto *BaseTemplD = dyn_cast<FunctionTemplateDecl>(BaseD)) in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6689 Bases.push_back(cast<FunctionDecl>(BaseD)); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()