Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h679 ExprResult BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp770 ExprResult SemaObjC::BuildObjCSubscriptExpression( in BuildObjCSubscriptExpression() function in SemaObjC
H A DTreeTransform.h3753 return getSema().ObjC().BuildObjCSubscriptExpression( in RebuildObjCSubscriptRefExpr()
H A DSemaExpr.cpp5145 return ObjC().BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, in CreateBuiltinArraySubscriptExpr()