Lines Matching defs:ESI
1492 FunctionProtoType::ExceptionSpecInfo &ESI,
1855 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI,
1857 if (ESI.Type == EST_Uninstantiated) {
1858 ESI.instantiate();
1861 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed);
2911 [](FunctionProtoType::ExceptionSpecInfo &ESI,
2925 FunctionProtoType::ExceptionSpecInfo &ESI,
2930 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage,
2936 FunctionProtoType::ExceptionSpecInfo ESI =
2941 ESI, ExceptionStorage, Args))
2943 ESI.Type = EST_None;
2945 UpdateExceptionSpec(New, ESI);