Searched refs:BuildObjCBoxedExpr (Results 1 – 4 of 4) sorted by relevance
677 ExprResult BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr);
3473 return Actions.ObjC().BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
509 ExprResult SemaObjC::BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) { in BuildObjCBoxedExpr() function in SemaObjC
3736 return getSema().ObjC().BuildObjCBoxedExpr(SR, ValueExpr); in RebuildObjCBoxedExpr()