Lines Matching refs:FPT
1572 const auto *FPT = dyn_cast<FunctionProtoType>(Ty); in CreateType() local
1573 if (FPT) { in CreateType()
1574 if (llvm::DIType *QTy = CreateQualifiedType(FPT, Unit)) in CreateType()
1588 if (!FPT) { in CreateType()
1591 Flags = getRefFlags(FPT); in CreateType()
1592 for (const QualType &ParamType : FPT->param_types()) in CreateType()
1594 if (FPT->isVariadic()) in CreateType()
3446 const FunctionProtoType *FPT = in CreateType() local
3450 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()), in CreateType()
3451 FPT, U), in CreateType()
4313 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
4314 if (FPT->getNumParams() > 1) in getOrCreateFunctionType()
4315 SelfDeclTy = FPT->getParamType(0); in getOrCreateFunctionType()
4340 if (const auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
4341 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()