Searched refs:convertBlock (Results 1 – 2 of 2) sorted by relevance
128 std::unique_ptr<Block> convertBlock(const ASTBlock& block);
161 return this->convertBlock((ASTBlock&) statement); in convertStatement()189 std::unique_ptr<Block> IRGenerator::convertBlock(const ASTBlock& block) { in convertBlock() function in SkSL::IRGenerator588 std::unique_ptr<Block> body = this->convertBlock(*f.fBody); in convertFunction()