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

/external/clang/lib/Parse/
H A DParseObjc.cpp2698 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc),
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp444 ExprResult Sema::BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) { function in class:Sema
H A DTreeTransform.h2496 return getSema().BuildObjCBoxedExpr(SR, ValueExpr);
/external/clang/include/clang/Sema/
H A DSema.h4723 /// BuildObjCBoxedExpr - builds an ObjCBoxedExpr AST node for the
4728 ExprResult BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr);

Completed in 6213 milliseconds