Home | History | Annotate | Download | only in Sema

Lines Matching defs:FPT

9678       const FunctionProtoType *FPT = cast<FunctionProtoType>(FTy);
9679 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
9684 ArrayRef<QualType>(FPT->arg_type_begin(),
9685 FPT->getNumArgs()),
10544 const FunctionProtoType *FPT = Func->getType()->getAs<FunctionProtoType>();
10545 if (FPT && isUnresolvedExceptionSpec(FPT->getExceptionSpecType()))
10546 ResolveExceptionSpec(Loc, FPT);