Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp399 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() local
401 return Owned(BoxedExpr); in BuildObjCBoxedExpr()
529 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() local
532 return MaybeBindToTemporary(BoxedExpr); in BuildObjCBoxedExpr()
DSemaExprCXX.cpp4525 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary() local
4526 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()
/external/clang/lib/Rewrite/
DRewriteModernObjC.cpp5240 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer() local
5241 return RewriteObjCBoxedExpr(BoxedExpr); in RewriteFunctionBodyOrGlobalInitializer()