Lines Matching refs:EST
198 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
204 if (EST == EST_None && Method->hasAttr<NoThrowAttr>())
205 EST = EST_BasicNoexcept;
207 switch (EST) {
219 ComputedEST = EST;
244 assert(EST == EST_Dynamic && "EST case not considered earlier.");
18857 bool IsTopLevel, ExceptionSpecificationType EST,
18863 ESI.Type = EST;
18864 if (EST == EST_Dynamic) {
18890 if (isComputedNoexcept(EST)) {
18906 Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange,
18923 checkExceptionSpecification(/*IsTopLevel=*/true, EST, DynamicExceptions,