Home | History | Annotate | Download | only in Sema

Lines Matching refs:FPT

10206       const FunctionProtoType *FPT = cast<FunctionProtoType>(FTy);
10207 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
10210 BlockTy = Context.getFunctionType(RetTy, FPT->getArgTypes(), EPI);
11028 const FunctionProtoType *FPT = Func->getType()->getAs<FunctionProtoType>();
11029 if (FPT && isUnresolvedExceptionSpec(FPT->getExceptionSpecType()))
11030 ResolveExceptionSpec(Loc, FPT);