| 22 | SlangSyntax(TypeSystemPtr typeSystem); |
| 23 | |
| 24 | static SyntaxPtr create(TypeSystemPtr typeSystem) { return std::make_shared<SlangSyntax>(typeSystem); } |
| 25 | |
| 26 | const string& getInputQualifier() const override { return INPUT_QUALIFIER; } |
| 27 | const string& getOutputQualifier() const override { return OUTPUT_QUALIFIER; } |
no outgoing calls
no test coverage detected