Home | History | Annotate | Download | only in AST

Lines Matching defs:FPT

2239   const FunctionProtoType *FPT = getType()->castAs<FunctionProtoType>();
2240 if (FPT->getNumArgs() > 2 || FPT->isVariadic())
2245 if (FPT->getNumArgs() == 1)
2250 QualType Ty = FPT->getArgType(1);