Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp6425 FunctionProtoType::ExceptionSpecInfo ESI2, in mergeExceptionSpecs() argument
6428 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
6432 if (EST2 == EST_None) return ESI2; in mergeExceptionSpecs()
6434 if (EST2 == EST_MSAny) return ESI2; in mergeExceptionSpecs()
6436 if (EST2 == EST_NoexceptFalse) return ESI2; in mergeExceptionSpecs()
6439 if (EST1 == EST_NoThrow) return ESI2; in mergeExceptionSpecs()
6441 if (EST1 == EST_DynamicNone) return ESI2; in mergeExceptionSpecs()
6443 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()
6445 if (EST1 == EST_NoexceptTrue) return ESI2; in mergeExceptionSpecs()
6477 for (auto &Exceptions : {ESI1.Exceptions, ESI2.Exceptions}) in mergeExceptionSpecs()