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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp363 const FunctionProtoType *OldProto = local
366 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType();
370 ESI.Exceptions = OldProto->exceptions();
413 switch (OldProto->getExceptionSpecType()) {
421 for (const auto &E : OldProto->exceptions()) {
441 assert(OldProto->getNoexceptExpr() != nullptr && "Expected non-null Expr");
442 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
H A DSemaDecl.cpp3693 const FunctionProtoType *OldProto = nullptr; local
3695 (OldProto = dyn_cast<FunctionProtoType>(OldFuncType))) {
3698 assert(!OldProto->hasExceptionSpec() && "Exception spec in C");
3699 SmallVector<QualType, 16> ParamTypes(OldProto->param_types());
3702 OldProto->getExtProtoInfo());
3708 for (const auto &ParamType : OldProto->param_types()) {
3746 const FunctionProtoType *OldProto local
3752 QualType MergedReturn = Context.mergeTypes(OldProto->getReturnType(),
3786 OldProto->getExtProtoInfo()));
H A DSemaTemplateInstantiateDecl.cpp4192 const FunctionProtoType *OldProto = local
4199 D, D->getLocation(), OldProto->getParamType(i)));

Completed in 140 milliseconds