Home | History | Annotate | Download | only in ast

Lines Matching defs:Iterator

579     for (Iterator<i::Map> it = this->Classes(); !it.Done(); it.Advance()) {
596 for (Iterator<i::Map> it = that->Classes(); !it.Done(); it.Advance()) {
687 for (Iterator<i::Object> it = this->Constants(); !it.Done(); it.Advance()) {
1099 AstType* AstType::Iterator<T>::get_type() {
1129 bool AstType::Iterator<T>::matches(AstType* type) {
1134 i::Handle<T> AstType::Iterator<T>::Current() {
1139 void AstType::Iterator<T>::Advance() {
1302 template class AstType::Iterator<i::Map>;
1303 template class AstType::Iterator<i::Object>;