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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3420 bool HasObjCBridgeAttr; local
3422 CheckObjCBridgeNSCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
3424 if (ObjCBridgeAttrWillNotWarn && HasObjCBridgeAttr)
3433 if (HasObjCBridgeAttr)
3434 CheckObjCBridgeNSCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
3441 bool HasObjCBridgeAttr; local
3443 CheckObjCBridgeCFCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
3445 if (ObjCBridgeAttrWillNotWarn && HasObjCBridgeAttr)
3454 if (HasObjCBridgeAttr)
3455 CheckObjCBridgeCFCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
[all...]

Completed in 140 milliseconds