Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6351 FunctionProtoType::ExceptionSpecInfo ESI2, in mergeExceptionSpecs() argument
6354 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
6358 if (EST2 == EST_None) return ESI2; in mergeExceptionSpecs()
6360 if (EST2 == EST_MSAny) return ESI2; in mergeExceptionSpecs()
6362 if (EST2 == EST_NoexceptFalse) return ESI2; in mergeExceptionSpecs()
6365 if (EST1 == EST_NoThrow) return ESI2; in mergeExceptionSpecs()
6367 if (EST1 == EST_DynamicNone) return ESI2; in mergeExceptionSpecs()
6369 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()
6371 if (EST1 == EST_NoexceptTrue) return ESI2; in mergeExceptionSpecs()
6403 for (auto &Exceptions : {ESI1.Exceptions, ESI2.Exceptions}) in mergeExceptionSpecs()