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

Declarations

tools/clang/include/clang/Sema/Sema.h
10564   void checkUnsafeExprAssigns(SourceLocation Loc, Expr *LHS, Expr *RHS);

References

tools/clang/lib/Sema/SemaExpr.cpp
11967         checkUnsafeExprAssigns(Loc, LHSExpr, RHS.get());
tools/clang/lib/Sema/SemaPseudoObject.cpp
  931     S.checkUnsafeExprAssigns(opcLoc, LHS, RHS);
 1020     S.checkUnsafeExprAssigns(opcLoc, LHS, RHS);