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

References

tools/clang/lib/Sema/SemaExpr.cpp
11885   QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() :
11899     Expr *RHSCheck = RHS.get();
11904     ConvTy = CheckSingleAssignmentConstraints(LHSTy, RHS);
11905     if (RHS.isInvalid())
11948           checkRetainCycles(LHSExpr, RHS.get());
11963                              RHS.get()->getBeginLoc()))
11964           getCurFunction()->markSafeWeakUse(RHS.get());
11967         checkUnsafeExprAssigns(Loc, LHSExpr, RHS.get());
11976                                RHS.get(), AA_Assigning))