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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3351 static bool CheckObjCBridgeCFCast(Sema &S, QualType castType, Expr *castExpr, function
3443 CheckObjCBridgeCFCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
3449 CheckObjCBridgeCFCast<ObjCBridgeMutableAttr>(*this, castType, castExpr,
3455 CheckObjCBridgeCFCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
3458 CheckObjCBridgeCFCast<ObjCBridgeMutableAttr>(*this, castType, castExpr,

Completed in 795 milliseconds