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

References

tools/clang/lib/Sema/SemaExpr.cpp
 6924   QualType RHSTy = RHS.get()->getType();
 6969         << RHS.get()->getSourceRange();
 7008     RHS = S.ImpCastExprToType(RHS.get(), incompatTy, RHSCastKind);
 7008     RHS = S.ImpCastExprToType(RHS.get(), incompatTy, RHSCastKind);
 7019         << RHS.get()->getSourceRange();
 7044   RHS = S.ImpCastExprToType(RHS.get(), ResultTy, RHSCastKind);
 7044   RHS = S.ImpCastExprToType(RHS.get(), ResultTy, RHSCastKind);