Lines Matching refs:ESI
1495 FunctionProtoType::ExceptionSpecInfo &ESI,
1858 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, in TransformExceptionSpec() argument
1860 if (ESI.Type == EST_Uninstantiated) { in TransformExceptionSpec()
1861 ESI.instantiate(); in TransformExceptionSpec()
1864 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed); in TransformExceptionSpec()
2914 [](FunctionProtoType::ExceptionSpecInfo &ESI, in SubstFunctionDeclType()
2928 FunctionProtoType::ExceptionSpecInfo &ESI, in SubstExceptionSpec() argument
2933 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
2939 FunctionProtoType::ExceptionSpecInfo ESI = in SubstExceptionSpec() local
2944 ESI, ExceptionStorage, Args)) in SubstExceptionSpec()
2946 ESI.Type = EST_None; in SubstExceptionSpec()
2948 UpdateExceptionSpec(New, ESI); in SubstExceptionSpec()