Searched refs:clonedSymbol (Results 1 – 1 of 1) sorted by relevance
725 const Symbol* clonedSymbol = (*symbolTable)[this->name()]; in clone() local726 if (clonedSymbol != nullptr) { in clone()727 const Type& clonedType = clonedSymbol->as<Type>(); in clone()