Home | History | Annotate | Download | only in AST

Lines Matching refs:FPT

2594   const auto *FPT = getType()->castAs<FunctionProtoType>();
2595 if (FPT->getNumParams() == 0 || FPT->getNumParams() > 2 || FPT->isVariadic())
2600 if (FPT->getNumParams() == 1)
2605 QualType Ty = FPT->getParamType(1);
2743 const auto *FPT = getType()->getAs<FunctionProtoType>();
2744 return FPT ? FPT->getNumParams() : 0;