Home | History | Annotate | Download | only in Sema

Lines Matching defs:ClassDecl

7038     CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl());
7039 for (NamedDecl *D : ClassDecl->getVisibleConversionFunctions()) {
7099 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl());
7100 if (!ClassDecl->hasDefinition())
7103 for (NamedDecl *D : ClassDecl->getVisibleConversionFunctions()) {