Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp602 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr, in BuildObjCSubscriptExpression() function in Sema
H A DTreeTransform.h2574 return getSema().BuildObjCSubscriptExpression(RB, Base, Key, in RebuildObjCSubscriptRefExpr()
H A DSemaExpr.cpp3949 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr, in CreateBuiltinArraySubscriptExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4907 ExprResult BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr,