Searched refs:ESI1 (Results 1 – 1 of 1) sorted by relevance
6350 mergeExceptionSpecs(Sema &S, FunctionProtoType::ExceptionSpecInfo ESI1, in mergeExceptionSpecs() argument6353 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs()6357 if (EST1 == EST_None) return ESI1; in mergeExceptionSpecs()6359 if (EST1 == EST_MSAny) return ESI1; in mergeExceptionSpecs()6361 if (EST1 == EST_NoexceptFalse) return ESI1; in mergeExceptionSpecs()6366 if (EST2 == EST_NoThrow) return ESI1; in mergeExceptionSpecs()6368 if (EST2 == EST_DynamicNone) return ESI1; in mergeExceptionSpecs()6370 if (EST2 == EST_BasicNoexcept) return ESI1; in mergeExceptionSpecs()6372 if (EST2 == EST_NoexceptTrue) return ESI1; in mergeExceptionSpecs()6403 for (auto &Exceptions : {ESI1.Exceptions, ESI2.Exceptions}) in mergeExceptionSpecs()