| 1110 | } |
| 1111 | |
| 1112 | QualifiedIdentifier DUContext::localScopeIdentifier() const |
| 1113 | { |
| 1114 | //ENSURE_CAN_READ Commented out for performance reasons |
| 1115 | |
| 1116 | return d_func()->m_scopeIdentifier; |
| 1117 | } |
| 1118 | |
| 1119 | IndexedQualifiedIdentifier DUContext::indexedLocalScopeIdentifier() const |
| 1120 | { |
no outgoing calls