reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 if (existing == nullptr) { 125 if (existing == &newAtom) 130 switch (collide(existing->definition(), newAtom.definition())) { 138 const auto *existingDef = cast<DefinedAtom>(existing); 161 << existing->name() << " (" << existingSize << ") " 167 << existing->name() 169 << existing->file().path() 181 const UndefinedAtom* existingUndef = cast<UndefinedAtom>(existing); 205 _replacedAtoms[existing] = &newAtom; 208 _replacedAtoms[&newAtom] = existing;