Lines Matching refs:FPT
1368 const auto *FPT = dyn_cast<FunctionProtoType>(Ty); in CreateType() local
1369 if (FPT) { in CreateType()
1370 if (llvm::DIType *QTy = CreateQualifiedType(FPT, Unit)) in CreateType()
1384 if (!FPT) { in CreateType()
1387 Flags = getRefFlags(FPT); in CreateType()
1388 for (const QualType &ParamType : FPT->param_types()) in CreateType()
1390 if (FPT->isVariadic()) in CreateType()
3158 const FunctionProtoType *FPT = in CreateType() local
3162 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()), in CreateType()
3163 FPT, U, false), in CreateType()
3996 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
3997 if (FPT->getNumParams() > 1) in getOrCreateFunctionType()
3998 SelfDeclTy = FPT->getParamType(0); in getOrCreateFunctionType()
4023 if (const auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
4024 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()