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

References

tools/clang/include/clang/AST/Expr.h
 4718       ArrayOrRange.Index = Index;
 4728       ArrayOrRange.Index = Index;
 4784       return ArrayOrRange.Index;
tools/clang/lib/AST/Expr.cpp
 4356   return getSubExpr(D.ArrayOrRange.Index + 1);
 4362   return getSubExpr(D.ArrayOrRange.Index + 1);
 4368   return getSubExpr(D.ArrayOrRange.Index + 2);