Home | History | Annotate | Download | only in Serialization

Lines Matching refs:FPT

3271       auto *FPT = FD->getType()->castAs<FunctionProtoType>();
3272 auto EPI = FPT->getExtProtoInfo();
3275 FD->setType(Reader.Context.getFunctionType(FPT->getReturnType(),
3276 FPT->getParamTypes(), EPI));