Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp8917 auto *destDecl = destType.getTypePtr()->getPointeeCXXRecordDecl(); in emitBadConversionNotes() local
8918 if (fromDecl && destDecl && fromDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
8919 destDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
8920 !fromDecl->isInvalidDecl() && !destDecl->isInvalidDecl() && in emitBadConversionNotes()
8924 << S.getASTContext().getTagDeclType(destDecl); in emitBadConversionNotes()