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

References

tools/clang/lib/Sema/SemaExpr.cpp
12776     LHS = S.CorrectDelayedTyposInExpr(LHS);
12776     LHS = S.CorrectDelayedTyposInExpr(LHS);
12777     RHS = S.CorrectDelayedTyposInExpr(RHS, [Opc, LHS](Expr *E) {
12782       return (D && D == getDeclFromExpr(LHS.get())) ? ExprError() : E;
12785   return std::make_pair(LHS, RHS);