| 503 | } |
| 504 | |
| 505 | DUContext* DUContext::parentContext() const |
| 506 | { |
| 507 | //ENSURE_CAN_READ Commented out for performance reasons |
| 508 | |
| 509 | return m_dynamicData->m_parentContext.data(); |
| 510 | } |
| 511 | |
| 512 | void DUContext::setPropagateDeclarations(bool propagate) |
| 513 | { |