Home
last modified time | relevance | path

Searched refs:fromDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8917 auto *fromDecl = fromType.getTypePtr()->getPointeeCXXRecordDecl(); in emitBadConversionNotes() local
8919 if (fromDecl && destDecl && fromDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
8921 !fromDecl->isInvalidDecl() && !destDecl->isInvalidDecl() && in emitBadConversionNotes()
8922 !fromDecl->hasDefinition()) in emitBadConversionNotes()
8923 S.Diag(fromDecl->getLocation(), diag::note_forward_class_conversion) in emitBadConversionNotes()
8924 << S.getASTContext().getTagDeclType(fromDecl) in emitBadConversionNotes()