reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
14652       DiagnoseAssignmentEnum(DstType, SrcType, SrcExpr);
14657     ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
14662     ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
14677       ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
14720         IsStringLiteralToNonConstPointerConversion(SrcExpr, DstType))
14769     if (maybeDiagnoseAssignmentToFunction(*this, DstType, SrcExpr)) {
14776     ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
14806     FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
14808     FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
14830     NoteAllOverloadCandidates(OverloadExpr::find(SrcExpr).Expression,
14834     EmitRelatedResultTypeNote(SrcExpr);