Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCanonicalParamType

267     ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
328 argTys.push_back(Context.getCanonicalParamType(receiverType));
329 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
332 argTys.push_back(Context.getCanonicalParamType(I->getType()));
433 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty));
468 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
482 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
496 argTypes.push_back(Context.getCanonicalParamType(Arg->getType()));