Home
last modified time | relevance | path

Searched refs:clonedSymbol (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLType.cpp725 const Symbol* clonedSymbol = (*symbolTable)[this->name()]; in clone() local
726 if (clonedSymbol != nullptr) { in clone()
727 const Type& clonedType = clonedSymbol->as<Type>(); in clone()