Home | History | Annotate | Download | only in Sema

Lines Matching defs:FPT

9086       const FunctionProtoType *FPT = cast<FunctionProtoType>(FTy);
9087 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
9091 FPT->arg_type_begin(),
9092 FPT->getNumArgs(),
9779 const FunctionProtoType *FPT = Func->getType()->getAs<FunctionProtoType>();
9780 if (FPT && FPT->getExceptionSpecType() == EST_Uninstantiated)