Home | History | Annotate | Download | only in AST

Lines Matching defs:FPT

1974     const FunctionProtoType *FPT = cast<FunctionProtoType>(T);
1975 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
1977 Result = getFunctionType(FPT->getResultType(),
1978 ArrayRef<QualType>(FPT->arg_type_begin(),
1979 FPT->getNumArgs()),
5211 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) {
5212 for (FunctionProtoType::arg_type_iterator I = FPT->arg_type_begin(),
5213 E = FPT->arg_type_end(); I && (I != E); ++I) {
7168 if (const FunctionProtoType *FPT = cast<FunctionProtoType>(F)) {
7169 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
7173 ArrayRef<QualType>(FPT->arg_type_begin(),
7174 FPT->getNumArgs()),