Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp764 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr, in BuildObjCSubscriptExpression() function in Sema
H A DTreeTransform.h3692 return getSema().BuildObjCSubscriptExpression(RB, Base, Key, in RebuildObjCSubscriptRefExpr()
H A DSemaExpr.cpp5950 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr, in CreateBuiltinArraySubscriptExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7661 ExprResult BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr,