Lines Matching refs:FPT
1468 const auto *FPT = dyn_cast<FunctionProtoType>(Ty); in CreateType() local
1469 if (FPT) { in CreateType()
1470 if (llvm::DIType *QTy = CreateQualifiedType(FPT, Unit)) in CreateType()
1484 if (!FPT) { in CreateType()
1487 Flags = getRefFlags(FPT); in CreateType()
1488 for (const QualType &ParamType : FPT->param_types()) in CreateType()
1490 if (FPT->isVariadic()) in CreateType()
3320 const FunctionProtoType *FPT = in CreateType() local
3324 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()), in CreateType()
3325 FPT, U), in CreateType()
4160 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
4161 if (FPT->getNumParams() > 1) in getOrCreateFunctionType()
4162 SelfDeclTy = FPT->getParamType(0); in getOrCreateFunctionType()
4187 if (const auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
4188 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()