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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp215 const FunctionProtoType *NewProto = local
226 if (MissingEmptyExceptionSpecification && NewProto &&
230 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
232 QualType NewType = Context.getFunctionType(NewProto->getReturnType(),
233 NewProto->getParamTypes(), EPI);
241 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
253 QualType NewType = Context.getFunctionType(NewProto->getReturnType(),
254 NewProto->getParamTypes(), EPI);
H A DSemaTemplateInstantiateDecl.cpp3232 const FunctionProtoType *NewProto local
3234 assert(NewProto && "Template instantiation without function prototype?");
3235 EPI = NewProto->getExtProtoInfo();
3240 NewProto->getReturnType(), NewProto->getParamTypes(), EPI));
H A DSemaDecl.cpp2824 const FunctionProtoType *NewProto local
2829 NewProto->getReturnType());
2836 NewProto->getParamType(Idx))) {
2842 NewProto->getParamType(Idx) };

Completed in 334 milliseconds