Home
last modified time | relevance | path

Searched defs:BaseClassDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp537 CXXRecordDecl *BaseClassDecl = in EmitBaseInitializer() local
1249 const auto *BaseClassDecl = in isInitializerOfDynamicClass() local
1326 const CXXRecordDecl *BaseClassDecl, in HasTrivialDestructorBody()
1803 CXXRecordDecl *BaseClassDecl in EnterDtorCleanups() local
1832 CXXRecordDecl *BaseClassDecl = Base.getType()->getAsCXXRecordDecl(); in EnterDtorCleanups() local
H A DItaniumCXXABI.cpp1424 const CXXRecordDecl *BaseClassDecl) { in GetVirtualBaseClassOffset()
H A DMicrosoftCXXABI.cpp1021 const CXXRecordDecl *BaseClassDecl) { in GetVirtualBaseClassOffset()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCUDA.cpp299 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(BaseType->getDecl()); in inferCUDATargetForImplicitSpecialMember() local
H A DSemaDeclCXX.cpp5204 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in MarkBaseAndMemberDestructorsReferenced() local
5236 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in MarkBaseAndMemberDestructorsReferenced() local
6406 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(BaseType->getDecl()); in defaultedSpecialMemberIsConstexpr() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp220 auto *BaseClassDecl = in setBases() local