Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2662 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp444 ExprResult Sema::BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) { in BuildObjCBoxedExpr() function in Sema
H A DTreeTransform.h2557 return getSema().BuildObjCBoxedExpr(SR, ValueExpr); in RebuildObjCBoxedExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4905 ExprResult BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr);