Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCanonicalParamType

256     ArgTypes.push_back(Context.getCanonicalParamType(i->Ty));
335 argTys.push_back(Context.getCanonicalParamType(receiverType));
336 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
339 argTys.push_back(Context.getCanonicalParamType(I->getType()));
431 argTypes.push_back(Context.getCanonicalParamType(i->Ty));
445 argTypes.push_back(Context.getCanonicalParamType(i->Ty));
459 argTypes.push_back(Context.getCanonicalParamType((*i)->getType()));