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

References

tools/clang/lib/Sema/SemaExpr.cpp
 2795         UType = Context.getPointerType(UType);
 2795         UType = Context.getPointerType(UType);
 2796       From = ImpCastExprToType(From, UType, CK_UncheckedDerivedToBase,
 2798       FromType = UType;