Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9504 auto *destDecl = destType->getPointeeCXXRecordDecl(); in emitBadConversionNotes() local
9505 if (fromDecl && destDecl && fromDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
9506 destDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
9507 !fromDecl->isInvalidDecl() && !destDecl->isInvalidDecl() && in emitBadConversionNotes()
9513 << S.getASTContext().getTagDeclType(destDecl); in emitBadConversionNotes()