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

12

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8620 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl());
8621 for (NamedDecl *D : ClassDecl->getVisibleConversionFunctions()) {
8689 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl());
8690 if (!ClassDecl->hasDefinition())
8693 for (NamedDecl *D : ClassDecl->getVisibleConversionFunctions()) {
H A DSemaInit.cpp5322 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) {
5336 CXXConstructorDecl *CD = S.LookupDefaultConstructor(ClassDecl);
5360 ClassDecl->hasUninitializedReferenceMember()) {
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1353 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
1643 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override;
H A DCGCall.cpp1823 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl()))
1824 return ClassDecl->hasTrivialDestructor();
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2725 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RD)) {
2726 if (ClassDecl->isDynamicClass())
2730 for (const auto &Base : ClassDecl->bases()) {

Completed in 184 milliseconds

12