Searched refs:structDeclaration (Results 1 – 6 of 6) sorted by relevance
78 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local79 structDeclaration->appendDeclarator(structDeclarator); in doReplacement()82 newSequence->push_back(structDeclaration); in doReplacement()
76 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local77 structDeclaration->appendDeclarator(structDeclarator); in doReplacement()80 newSequence.push_back(structDeclaration); in doReplacement()
180 std::unique_ptr<ASTType> structDeclaration();
479 std::unique_ptr<ASTType> Parser::structDeclaration() { in structDeclaration() function in SkSL::Parser525 std::unique_ptr<ASTType> type = this->structDeclaration(); in structVarDeclaration()
176 ASTNode::ID structDeclaration();
560 ASTNode::ID Parser::structDeclaration() { in structDeclaration() function in SkSL::Parser639 ASTNode::ID type = this->structDeclaration(); in structVarDeclaration()