Lines Matching refs:EST
173 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl() local
179 if (EST == EST_None && Method->hasAttr<NoThrowAttr>()) in CalledDecl()
180 EST = EST_BasicNoexcept; in CalledDecl()
182 switch (EST) { in CalledDecl()
194 ComputedEST = EST; in CalledDecl()
219 assert(EST == EST_Dynamic && "EST case not considered earlier."); in CalledDecl()
18187 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
18193 ESI.Type = EST; in checkExceptionSpecification()
18194 if (EST == EST_Dynamic) { in checkExceptionSpecification()
18220 if (isComputedNoexcept(EST)) { in checkExceptionSpecification()
18236 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification() argument
18255 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()