Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8802 auto *fromDecl = fromType->getPointeeCXXRecordDecl(); in emitBadConversionNotes() local
8804 if (fromDecl && destDecl && fromDecl->getDeclKind() == Decl::CXXRecord && in emitBadConversionNotes()
8806 !fromDecl->isInvalidDecl() && !destDecl->isInvalidDecl() && in emitBadConversionNotes()
8807 !fromDecl->hasDefinition() && in emitBadConversionNotes()
8810 S.Diag(fromDecl->getLocation(), diag::note_forward_class_conversion) in emitBadConversionNotes()
8811 << S.getASTContext().getTagDeclType(fromDecl) in emitBadConversionNotes()