Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp763 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr, in BuildObjCSubscriptExpression() function in Sema
H A DTreeTransform.h3513 return getSema().BuildObjCSubscriptExpression(RB, Base, Key, in RebuildObjCSubscriptRefExpr()
H A DSemaExpr.cpp5691 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr, in CreateBuiltinArraySubscriptExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7231 ExprResult BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr,