| 175 | } |
| 176 | |
| 177 | static const ConstantIdentifierPrivate* emptyConstantIdentifierPrivate() |
| 178 | { |
| 179 | static const ConstantIdentifierPrivate item; |
| 180 | return &item; |
| 181 | } |
| 182 | |
| 183 | bool IndexedIdentifier::isEmpty() const |
| 184 | { |
no outgoing calls
no test coverage detected