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

References

tools/clang/lib/Sema/SemaExpr.cpp
 7054   QualType RHSTy = RHS.get()->getType();
 7060       RHS = S.ImpCastExprToType(RHS.get(), destType, CK_BitCast);
 7060       RHS = S.ImpCastExprToType(RHS.get(), destType, CK_BitCast);
 7065       << RHS.get()->getSourceRange();
 7070   return checkConditionalPointerCompatibility(S, LHS, RHS, Loc);