Home | History | Annotate | Download | only in Sema

Lines Matching refs:FPT

367     const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>();
368 QualType Result = FPT->getReturnType();
371 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(),
372 FPT->getExtProtoInfo());