Home | History | Annotate | Download | only in ast

Lines Matching defs:type_

866     explicit Iterator(AstType* type) : type_(type), index_(-1) { Advance(); }
871 AstType* type_;