reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
601 WithExceptions = New; 603 WithExceptions = Old; 604 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { 604 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { 607 QualType Exception = *WithExceptions->exception_begin();