Home | History | Annotate | Download | only in Serialization

Lines Matching defs:FPT

3620   auto *FPT = FD->getType()->getAs<FunctionProtoType>();
3622 if (FPT && PrevFPT) {
3625 bool IsUnresolved = isUnresolvedExceptionSpec(FPT->getExceptionSpecType());
3634 bool IsUndeduced = isUndeducedReturnType(FPT->getReturnType());
3639 (IsUndeduced ? PrevFPT : FPT)->getReturnType()});
4627 auto *FPT = FD->getType()->castAs<FunctionProtoType>();
4630 if (isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) {
4632 FPT->getReturnType(), FPT->getParamTypes(),
4633 FPT->getExtProtoInfo().withExceptionSpec(ESI)));