Home | History | Annotate | Download | only in Sema

Lines Matching full:retty

11185   QualType RetTy = Fn->getReturnType();
11195 if (RetTy != Context.DependentTy) {
11196 CurBlock->ReturnType = RetTy;
11281 QualType RetTy = Context.VoidTy;
11283 RetTy = BSI->ReturnType;
11313 BlockTy = Context.getFunctionType(RetTy, None, EPI);
11317 } else if (FTy->getReturnType() == RetTy &&
11327 BlockTy = Context.getFunctionType(RetTy, FPT->getParamTypes(), EPI);
11334 BlockTy = Context.getFunctionType(RetTy, None, EPI);
11351 if (getLangOpts().CPlusPlus && RetTy->isRecordType() &&