Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp535 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr, in BuildObjCSubscriptExpression() function in Sema
DTreeTransform.h2250 return getSema().BuildObjCSubscriptExpression(RB, Base, Key, in RebuildObjCSubscriptRefExpr()
DSemaExpr.cpp3149 Result = BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, 0, 0); in CreateBuiltinArraySubscriptExpr()
/external/clang/include/clang/Sema/
DSema.h3878 ExprResult BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr,