Searched refs:HasObjCBridgeAttr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3732 bool HasObjCBridgeAttr; local
3734 CheckObjCBridgeNSCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
3736 if (ObjCBridgeAttrWillNotWarn && HasObjCBridgeAttr)
3745 if (HasObjCBridgeAttr)
3746 CheckObjCBridgeNSCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
3753 bool HasObjCBridgeAttr; local
3755 CheckObjCBridgeCFCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
3757 if (ObjCBridgeAttrWillNotWarn && HasObjCBridgeAttr)
3766 if (HasObjCBridgeAttr)
3767 CheckObjCBridgeCFCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
[all...]

Completed in 90 milliseconds