Searched refs:structDeclaration (Results 1 – 4 of 4) sorted by relevance
75 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local76 structDeclaration->appendDeclarator(structDeclarator); in doReplacement()79 newSequence.push_back(structDeclaration); in doReplacement()
1776 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in pruneUnusedFunctions() local1777 structDeclaration->appendDeclarator(structSymbol); in pruneUnusedFunctions()1780 structDeclaration->setLine(node->getLine()); in pruneUnusedFunctions()1782 (*sequence)[writeIndex++] = structDeclaration; in pruneUnusedFunctions()
176 const Type* structDeclaration();
928 const Type* Parser::structDeclaration() { in structDeclaration() function in SkSL::Parser998 const Type* type = this->structDeclaration(); in structVarDeclaration()