Lines Matching defs:ESI
1523 FunctionProtoType::ExceptionSpecInfo &ESI,
1920 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI,
1922 if (ESI.Type == EST_Uninstantiated) {
1923 ESI.instantiate();
1926 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed);
3041 [](FunctionProtoType::ExceptionSpecInfo &ESI,
3055 FunctionProtoType::ExceptionSpecInfo &ESI,
3060 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage,
3066 FunctionProtoType::ExceptionSpecInfo ESI =
3071 ESI, ExceptionStorage, Args))
3073 ESI.Type = EST_None;
3075 UpdateExceptionSpec(New, ESI);