Lines Matching defs:EST
195 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
201 if (EST == EST_None && Method->hasAttr<NoThrowAttr>())
202 EST = EST_BasicNoexcept;
204 switch (EST) {
216 ComputedEST = EST;
241 assert(EST == EST_Dynamic && "EST case not considered earlier.");
18987 bool IsTopLevel, ExceptionSpecificationType EST,
18993 ESI.Type = EST;
18994 if (EST == EST_Dynamic) {
19020 if (isComputedNoexcept(EST)) {
19036 Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange,
19053 checkExceptionSpecification(/*IsTopLevel=*/true, EST, DynamicExceptions,