reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/TreeTransform.h
 5480   assert(ESI.Type != EST_Uninstantiated && ESI.Type != EST_Unevaluated);
 5480   assert(ESI.Type != EST_Uninstantiated && ESI.Type != EST_Unevaluated);
 5483   if (isComputedNoexcept(ESI.Type)) {
 5486     ExprResult NoexceptExpr = getDerived().TransformExpr(ESI.NoexceptExpr);
 5490     ExceptionSpecificationType EST = ESI.Type;
 5496     if (ESI.NoexceptExpr != NoexceptExpr.get() || EST != ESI.Type)
 5496     if (ESI.NoexceptExpr != NoexceptExpr.get() || EST != ESI.Type)
 5498     ESI.NoexceptExpr = NoexceptExpr.get();
 5499     ESI.Type = EST;
 5502   if (ESI.Type != EST_Dynamic)
 5506   for (QualType T : ESI.Exceptions) {
 5566   ESI.Exceptions = Exceptions;
 5567   if (ESI.Exceptions.empty())
 5568     ESI.Type = EST_DynamicNone;