Home | History | Annotate | Download | only in AST

Lines Matching defs:FPT

1471     const FunctionProtoType *FPT = cast<FunctionProtoType>(T);
1472 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
1474 Result = getFunctionType(FPT->getResultType(), FPT->arg_type_begin(),
1475 FPT->getNumArgs(), EPI);
4608 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) {
4609 for (FunctionProtoType::arg_type_iterator I = FPT->arg_type_begin(),
4610 E = FPT->arg_type_end(); I && (I != E); ++I) {
6167 if (const FunctionProtoType *FPT = cast<FunctionProtoType>(F)) {
6168 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
6171 = getFunctionType(OldReturnType, FPT->arg_type_begin(),
6172 FPT->getNumArgs(), EPI);