Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ResTy

956   QualType ResTy = FD->getReturnType();
961 ResTy = MD->getThisType(getContext());
963 ResTy = CGM.getContext().VoidPtrTy;
992 CGM.getCXXABI().addImplicitStructorParams(*this, ResTy, Args);
994 return ResTy;
1003 QualType ResTy = BuildFunctionArgList(GD, Args);
1027 StartFunction(GD, ResTy, Fn, FnInfo, Args, Loc, BodyRange.getBegin());