reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
370 mergeProperties(other); 373 replace(other); 377 switch (other.kind()) { 379 resolveUndefined(cast<Undefined>(other)); 382 resolveCommon(cast<CommonSymbol>(other)); 385 resolveDefined(cast<Defined>(other)); 388 resolveLazy(cast<LazyArchive>(other)); 391 resolveLazy(cast<LazyObject>(other)); 394 resolveShared(cast<SharedSymbol>(other));