Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp9340 auto *destDecl = destType->getPointeeCXXRecordDecl(); in emitBadConversionNotes() local
9341 if (fromDecl && destDecl && fromDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
9342 destDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
9343 !fromDecl->isInvalidDecl() && !destDecl->isInvalidDecl() && in emitBadConversionNotes()
9349 << S.getASTContext().getTagDeclType(destDecl); in emitBadConversionNotes()