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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 3689        ObjCBridgeRelatedAttrFromType(castExprType, TDNDecl)))
 3697     srcKind = (castExprType->isPointerType() ? 1 : 0);
 3700     srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
 3719       << castExprType
 3742           S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) << castExprType :
 3745             << castExprType << br;
 3760       << unsigned(castExprType->isBlockPointerType()) // of ObjC|block type
 3761       << castExprType
 3797     << srcKind << castExprType << castType