Home | History | Annotate | Download | only in AST

Lines Matching defs:FPT

3043     const auto *FPT = cast<FunctionProtoType>(T);
3044 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
3046 Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI);
3056 const auto *FPT
3057 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
3058 FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI));
4260 if (FunctionProtoType *FPT =
4262 QualType Existing = QualType(FPT, 0);
4270 EPI.ExceptionSpec.NoexceptExpr == FPT->getNoexceptExpr())
7619 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) {
7620 for (const auto &I : FPT->param_types())
10035 if (const auto *FPT = cast<FunctionProtoType>(F)) {
10036 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
10039 getFunctionType(OldReturnType, FPT->getParamTypes(), EPI);