Searched refs:structDeclaration (Results 1 – 6 of 6) sorted by relevance
134 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in separateDeclarator() local135 structDeclaration->appendDeclarator(new TIntermSymbol(structVariable)); in separateDeclarator()136 structDeclaration->setLine(declarator->getLine()); in separateDeclarator()137 replacementDeclarations->push_back(structDeclaration); in separateDeclarator()
75 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local76 structDeclaration->appendDeclarator(structDeclarator); in doReplacement()79 newSequence.push_back(structDeclaration); in doReplacement()
78 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local79 structDeclaration->appendDeclarator(structDeclarator); in doReplacement()82 newSequence->push_back(structDeclaration); in doReplacement()
1526 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in pruneUnusedFunctions() local1527 structDeclaration->appendDeclarator(structSymbol); in pruneUnusedFunctions()1530 structDeclaration->setLine(node->getLine()); in pruneUnusedFunctions()1532 (*sequence)[writeIndex++] = structDeclaration; in pruneUnusedFunctions()
163 skstd::optional<dsl::DSLType> structDeclaration();
577 skstd::optional<DSLType> DSLParser::structDeclaration() { in structDeclaration() function in SkSL::DSLParser628 skstd::optional<DSLType> type = this->structDeclaration(); in structVarDeclaration()