Home | History | Annotate | Download | only in AST

Lines Matching refs:FPT

83       const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT);
84 if (FPT) {
85 for (QualType SugarPT : FPT->param_types()) {
98 QT = FPT ? Context.getFunctionType(RT, Args, FPT->getExtProtoInfo())