Home | History | Annotate | Download | only in sksl

Lines Matching full:convertif

198             return this->convertIf((ASTIfStatement&) statement);
338 std::unique_ptr<Statement> IRGenerator::convertIf(const ASTIfStatement& s) {