Searched refs:structSymbol (Results 1 – 2 of 2) sorted by relevance
23 const TSymbol *structSymbol = symbolTable->findUserDefined(structure->name()); in GetStructSamplerParameterType() local24 ASSERT(structSymbol && structSymbol->isStruct()); in GetStructSamplerParameterType()25 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType()286 const TSymbol *structSymbol = in stripStructSpecifierSamplers() local288 ASSERT(structSymbol && structSymbol->isStruct()); in stripStructSpecifierSamplers()289 const TStructure *fieldStruct = static_cast<const TStructure *>(structSymbol); in stripStructSpecifierSamplers()
1525 TIntermSymbol *structSymbol = new TIntermSymbol(structVariable); in pruneUnusedFunctions() local1527 structDeclaration->appendDeclarator(structSymbol); in pruneUnusedFunctions()1529 structSymbol->setLine(node->getLine()); in pruneUnusedFunctions()