reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 4682   ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,

References

tools/clang/lib/Parse/ParseExpr.cpp
 1613           LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.get(), Loc,
tools/clang/lib/Sema/SemaExpr.cpp
16426     return S.ActOnArraySubscriptExpr(nullptr, LHS, LBracketLoc, RHS,
tools/clang/lib/Sema/TreeTransform.h
 2259     return getSema().ActOnArraySubscriptExpr(/*Scope=*/nullptr, LHS,