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

References

tools/clang/lib/Sema/SemaExpr.cpp
 7798     ExprResult RHSResult = CorrectDelayedTyposInExpr(RHSExpr);
 7813     RHSExpr = RHSResult.get();
 7834           && commonExpr->getValueKind() == RHSExpr->getValueKind()
 7837           && RHSExpr->isOrdinaryOrBitFieldObject()
 7838           && Context.hasSameType(commonExpr->getType(), RHSExpr->getType()))) {
 7863   QualType LHSTy = LHSExpr->getType(), RHSTy = RHSExpr->getType();
 7866   ExprResult Cond = CondExpr, LHS = LHSExpr, RHS = RHSExpr;