Searched refs:NewProto (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp341 const FunctionProtoType *NewProto = local
352 if (MissingEmptyExceptionSpecification && NewProto &&
358 NewProto->getReturnType(), NewProto->getParamTypes(),
359 NewProto->getExtProtoInfo().withExceptionSpec(EST_DynamicNone)));
386 NewProto->getReturnType(), NewProto->getParamTypes(),
387 NewProto->getExtProtoInfo().withExceptionSpec(ESI)));
H A DSemaTemplateInstantiateDecl.cpp4483 const FunctionProtoType *NewProto local
4485 assert(NewProto && "Template instantiation without function prototype?");
4486 EPI = NewProto->getExtProtoInfo();
4491 NewProto->getReturnType(), NewProto->getParamTypes(), EPI));
H A DSemaDecl.cpp3731 const FunctionProtoType *NewProto local
3736 NewProto->getReturnType());
3743 NewProto->getParamType(Idx))) {
3749 NewProto->getParamType(Idx) };
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp582 Expected<Constant *> NewProto = linkGlobalValueProto(SGV, ForIndirectSymbol);
583 if (!NewProto) {
584 setError(NewProto.takeError());
587 if (!*NewProto)
590 GlobalValue *New = dyn_cast<GlobalValue>(*NewProto);
592 return *NewProto;

Completed in 179 milliseconds