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

References

tools/clang/lib/Sema/SemaExpr.cpp
11904     ConvTy = CheckSingleAssignmentConstraints(LHSTy, RHS);
11908     if (ConvTy == IncompatiblePointer &&
11913       ConvTy = Compatible;
11915     if (ConvTy == Compatible &&
11940     if (ConvTy == Compatible) {
11972     ConvTy = CheckAssignmentConstraints(Loc, LHSType, RHSType);
11975   if (DiagnoseAssignmentResult(ConvTy, Loc, LHSType, RHSType,