Home | History | Annotate | Download | only in sksl

Lines Matching refs:statementPtrs

886     std::vector<std::unique_ptr<Statement>*> statementPtrs;
900 statementPtrs.push_back(&stmt);
908 for (const auto& s : statementPtrs) {