reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2384 element_iterator getBase() const { return Op.get(); } 2385 const ExprOperand &operator*() const { return Op; } 2386 const ExprOperand *operator->() const { return &Op; } 2413 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } 2413 void increment() { Op = ExprOperand(getBase() + Op.getSize()); }