Home | History | Annotate | Download | only in ast

Lines Matching refs:AsFunction

469     AstFunctionType* this_fun = this->AsFunction();
470 AstFunctionType* that_fun = that->AsFunction();
1249 if (!this->AsFunction()->Receiver()->IsAny()) {
1250 this->AsFunction()->Receiver()->PrintTo(os, dim);
1254 for (int i = 0; i < this->AsFunction()->Arity(); ++i) {
1256 this->AsFunction()->Parameter(i)->PrintTo(os, dim);
1259 this->AsFunction()->Result()->PrintTo(os, dim);