Lines Matching defs:FPT
2159 const auto *FPT = getType()->getAs<FunctionProtoType>();
2160 if (FPT && FPT->isVariadic())
2161 return FPT->getEllipsisLoc();
2754 const auto *FPT = T->getAs<FunctionProtoType>();
2755 return FPT ? FPT->getExceptionSpecType() : EST_None;
3020 if (const auto *FPT =
3022 return FPT->getFunctionEffects();
4682 if (const auto *FPT = TSI->getType()->getAs<FunctionProtoType>())
4683 return FPT->getFunctionEffects();