Home | History | Annotate | Download | only in Sema

Lines Matching refs:NewProto

2364   const FunctionProtoType *NewProto
2366 assert(NewProto && "Template instantiation without function prototype?");
2368 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
2374 New->setType(SemaRef.Context.getFunctionType(NewProto->getResultType(),
2375 NewProto->arg_type_begin(),
2376 NewProto->getNumArgs(),
2457 const FunctionProtoType *NewProto
2459 assert(NewProto && "Template instantiation without function prototype?");
2460 EPI = NewProto->getExtProtoInfo();
2464 New->setType(SemaRef.Context.getFunctionType(NewProto->getResultType(),
2465 NewProto->arg_type_begin(),
2466 NewProto->getNumArgs(),