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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4062 static bool CheckObjCBridgeCFCast(Sema &S, QualType castType, Expr *castExpr, function
4160 CheckObjCBridgeCFCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
4166 CheckObjCBridgeCFCast<ObjCBridgeMutableAttr>(*this, castType, castExpr,
4172 CheckObjCBridgeCFCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
4175 CheckObjCBridgeCFCast<ObjCBridgeMutableAttr>(*this, castType, castExpr,

Completed in 271 milliseconds