Home | History | Annotate | Download | only in Sema

Lines Matching defs:FPT

5949           const FunctionProtoType *FPT = FT->castAs<FunctionProtoType>();
5950 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
5952 FT = Context.getFunctionType(FPT->getResultType(),
5953 ArrayRef<QualType>(FPT->arg_type_begin(),
5954 FPT