Home | History | Annotate | Download | only in Sema

Lines Matching refs:EST

172   ExceptionSpecificationType EST = Proto->getExceptionSpecType();
178 if (EST == EST_None && Method->hasAttr<NoThrowAttr>())
179 EST = EST_BasicNoexcept;
181 switch (EST) {
193 ComputedEST = EST;
218 assert(EST == EST_Dynamic && "EST case not considered earlier.");
17715 bool IsTopLevel, ExceptionSpecificationType EST,
17721 ESI.Type = EST;
17722 if (EST == EST_Dynamic) {
17748 if (isComputedNoexcept(EST)) {
17764 ExceptionSpecificationType EST,
17783 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions,