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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp580 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr, function in class:Sema
H A DTreeTransform.h2243 return getSema().BuildObjCSubscriptExpression(RB, Base, Key,
H A DSemaExpr.cpp3305 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, 0, 0);
/external/clang/include/clang/Sema/
H A DSema.h4122 ExprResult BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr,

Completed in 408 milliseconds