Home
last modified time | relevance | path

Searched refs:NewProto (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp124 const FunctionProtoType *NewProto in CheckEquivalentExceptionSpec() local
135 if (MissingEmptyExceptionSpecification && NewProto && in CheckEquivalentExceptionSpec()
139 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo(); in CheckEquivalentExceptionSpec()
141 QualType NewType = Context.getFunctionType(NewProto->getResultType(), in CheckEquivalentExceptionSpec()
142 NewProto->arg_type_begin(), in CheckEquivalentExceptionSpec()
143 NewProto->getNumArgs(), in CheckEquivalentExceptionSpec()
149 if (MissingExceptionSpecification && NewProto) { in CheckEquivalentExceptionSpec()
153 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo(); in CheckEquivalentExceptionSpec()
165 QualType NewType = Context.getFunctionType(NewProto->getResultType(), in CheckEquivalentExceptionSpec()
166 NewProto->arg_type_begin(), in CheckEquivalentExceptionSpec()
[all …]
DSemaTemplateInstantiateDecl.cpp2275 const FunctionProtoType *NewProto in InitFunctionInstantiation() local
2277 assert(NewProto && "Template instantiation without function prototype?"); in InitFunctionInstantiation()
2278 New->setType(SemaRef.Context.getFunctionType(NewProto->getResultType(), in InitFunctionInstantiation()
2279 NewProto->arg_type_begin(), in InitFunctionInstantiation()
2280 NewProto->getNumArgs(), in InitFunctionInstantiation()
DSemaDecl.cpp1843 const FunctionProtoType *NewProto in MergeFunctionDecl() local
1848 NewProto->getResultType()); in MergeFunctionDecl()
1855 NewProto->getArgType(Idx))) { in MergeFunctionDecl()
1861 = { OldParm, NewParm, NewProto->getArgType(Idx) }; in MergeFunctionDecl()