Home
last modified time | relevance | path

Searched refs:ActOnArraySubscriptExpr (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp1484 LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.get(), Loc, in ParsePostfixExpressionSuffix()
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp1944 LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.get(), Loc, in ParsePostfixExpressionSuffix()
/external/clang/include/clang/Sema/
DSema.h3927 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp4595 Sema::ActOnArraySubscriptExpr(Scope *S, Expr *base, SourceLocation lbLoc, in ActOnArraySubscriptExpr() function in Sema
17808 return S.ActOnArraySubscriptExpr(nullptr, LHS, LBracketLoc, RHS, in rebuildPotentialResultsAsNonOdrUsed()
DTreeTransform.h2429 return getSema().ActOnArraySubscriptExpr(/*Scope=*/nullptr, LHS, in RebuildArraySubscriptExpr()
/external/llvm-project/clang/include/clang/Sema/
DSema.h5112 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
/external/clang/lib/Sema/
DTreeTransform.h2075 return getSema().ActOnArraySubscriptExpr(/*Scope=*/nullptr, LHS, in RebuildArraySubscriptExpr()
DSemaExpr.cpp4135 Sema::ActOnArraySubscriptExpr(Scope *S, Expr *base, SourceLocation lbLoc, in ActOnArraySubscriptExpr() function in Sema