Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp8989 auto *destDecl = destType->getPointeeCXXRecordDecl(); in emitBadConversionNotes() local
8990 if (fromDecl && destDecl && fromDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
8991 destDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
8992 !fromDecl->isInvalidDecl() && !destDecl->isInvalidDecl() && in emitBadConversionNotes()
8998 << S.getASTContext().getTagDeclType(destDecl); in emitBadConversionNotes()