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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 4451   } else if (T->isObjCARCBridgableType() && FromType->isCARCBridgableType()) {
 4463         << FromType
 4471         << FromType << br
 4485   } else if (T->isCARCBridgableType() && FromType->isObjCARCBridgableType()) {
 4497       SubExpr = ImplicitCastExpr::Create(Context, FromType,
 4505         << (FromType->isBlockPointerType()? 1 : 0)
 4506         << FromType
 4525       << FromType << T << Kind