Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp443 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() local
445 return Owned(BoxedExpr); in BuildObjCBoxedExpr()
593 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() local
596 return MaybeBindToTemporary(BoxedExpr); in BuildObjCBoxedExpr()
DSemaExprCXX.cpp4929 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary() local
4930 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp5728 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer() local
5729 return RewriteObjCBoxedExpr(BoxedExpr); in RewriteFunctionBodyOrGlobalInitializer()