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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3996 static bool CheckObjCBridgeNSCast(Sema &S, QualType castType, Expr *castExpr, function
4139 CheckObjCBridgeNSCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
4145 CheckObjCBridgeNSCast<ObjCBridgeMutableAttr>(*this, castType, castExpr,
4151 CheckObjCBridgeNSCast<ObjCBridgeAttr>(*this, castType, castExpr, HasObjCBridgeAttr,
4154 CheckObjCBridgeNSCast<ObjCBridgeMutableAttr>(*this, castType, castExpr,

Completed in 95 milliseconds