Searched refs:ClassDecl (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp334 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); local
335 if (!ClassDecl->hasTrivialDestructor())
336 ReferenceTemporaryDtor = ClassDecl->getDestructor();
H A DCodeGenFunction.h2147 void InitializeVTablePointers(const CXXRecordDecl *ClassDecl);
2750 void EmitVTableAssumptionLoads(const CXXRecordDecl *ClassDecl, Address This);
H A DCGObjCMac.cpp1354 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
1644 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7947 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl());
7948 for (NamedDecl *D : ClassDecl->getVisibleConversionFunctions()) {
8016 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl());
8017 if (!ClassDecl->hasDefinition())
8020 for (NamedDecl *D : ClassDecl->getVisibleConversionFunctions()) {
H A DSemaInit.cpp5047 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) {
5061 CXXConstructorDecl *CD = S.LookupDefaultConstructor(ClassDecl);
5085 ClassDecl->hasUninitializedReferenceMember()) {

Completed in 145 milliseconds

12