Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp519 if (const auto *BaseClassDecl = getCanonicalRecordDecl(Base.getType())) { in checkMissingBaseClassInitializer() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp564 const auto *BaseClassDecl = in EmitBaseInitializer() local
1262 const auto *BaseClassDecl = in isInitializerOfDynamicClass() local
1352 const CXXRecordDecl *BaseClassDecl, in HasTrivialDestructorBody()
1855 auto *BaseClassDecl = in EnterDtorCleanups() local
1890 CXXRecordDecl *BaseClassDecl = Base.getType()->getAsCXXRecordDecl(); in EnterDtorCleanups() local
H A DItaniumCXXABI.cpp1551 const CXXRecordDecl *BaseClassDecl) { in GetVirtualBaseClassOffset()
H A DMicrosoftCXXABI.cpp1057 const CXXRecordDecl *BaseClassDecl) { in GetVirtualBaseClassOffset()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCUDA.cpp367 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(BaseType->getDecl()); in inferCUDATargetForImplicitSpecialMember() local
H A DSemaDeclCXX.cpp5685 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in MarkBaseAndMemberDestructorsReferenced() local
5722 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in MarkVirtualBaseDestructorsReferenced() local
7279 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(BaseType->getDecl()); in defaultedSpecialMemberIsConstexpr() local
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp229 auto *BaseClassDecl = in setBases() local