Home
last modified time | relevance | path

Searched refs:BoxedExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp501 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() local
503 return BoxedExpr; in BuildObjCBoxedExpr()
728 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() local
731 return MaybeBindToTemporary(BoxedExpr); in BuildObjCBoxedExpr()
DSemaExprCXX.cpp5651 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary() local
5652 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp5521 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer() local
5522 return RewriteObjCBoxedExpr(BoxedExpr); in RewriteFunctionBodyOrGlobalInitializer()