Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8522 auto *destDecl = destType->getPointeeCXXRecordDecl(); in emitBadConversionNotes() local
8523 if (fromDecl && destDecl && fromDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
8524 destDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
8525 !fromDecl->isInvalidDecl() && !destDecl->isInvalidDecl() && in emitBadConversionNotes()
8531 << S.getASTContext().getTagDeclType(destDecl); in emitBadConversionNotes()