Searched refs:getArrayIndex (Results 1 – 10 of 10) sorted by relevance
89 Expr *getArrayIndex() const { in getArrayIndex() function
244 …rayInstanceImp::get): Update to use a public toArrayIndex function instead of our own getArrayIndex358 (getArrayIndex): Return a flag to say whether the index was value separately, to avoid360 (ArrayInstanceImp::get): Update for new getArrayIndex parameters.385 … (getArrayIndex): Added. Implements the rule from the specification, which also provides a handy387 (ArrayInstanceImp::get): Use getArrayIndex.
1896 VarDecl *getArrayIndex(unsigned I) {1900 const VarDecl *getArrayIndex(unsigned I) const {
3928 Expr *getArrayIndex(const Designator& D);
1018 PrintExpr(Node->getArrayIndex(*D)); in VisitDesignatedInitExpr()
3608 Expr *DesignatedInitExpr::getArrayIndex(const Designator& D) { in getArrayIndex() function in DesignatedInitExpr
1925 IndexExpr = DIE->getArrayIndex(*D); in CheckDesignatedInitializer()2198 Expr *Index = static_cast<Expr *>(D.getArrayIndex()); in ActOnDesignatedInitializer()
6658 ExprResult Index = getDerived().TransformExpr(E->getArrayIndex(*D)); in TransformDesignatedInitExpr()6665 ExprChanged = ExprChanged || Init.get() != E->getArrayIndex(*D); in TransformDesignatedInitExpr()
4332 AddDeclRef(Init->getArrayIndex(i), Record); in AddCXXCtorInitializers()
1977 AddStmt(E->getArrayIndex(*D)); in VisitDesignatedInitExpr()