Home | History | Annotate | Download | only in src

Lines Matching defs:PrintTo

1179 void Type::PrintTo(std::ostream& os, PrintDimension dim) {
1186 BitsetType::New(BitsetType::Lub(this))->PrintTo(os, dim);
1199 this->AsContext()->Outer()->PrintTo(os, dim);
1206 type_i->PrintTo(os, dim);
1211 AsArray()->Element()->PrintTo(os, dim);
1215 this->AsFunction()->Receiver()->PrintTo(os, dim);
1221 this->AsFunction()->Parameter(i)->PrintTo(os, dim);
1224 this->AsFunction()->Result()->PrintTo(os, dim);
1230 type_i->PrintTo(os, dim);
1247 PrintTo(os);