Lines Matching defs:ThrowError
106 void TSDeclGen::ThrowError(const std::string_view message, const lexer::SourcePosition &pos = lexer::SourcePosition())
118 ThrowError("Not identifier keys are not supported", key->Start());
176 ThrowError(std::string("Unsupported type: '") + GetDebugTypeName(checkerType));
183 ThrowError("Unsupported literal type", literal->Start());
204 ThrowError("Unexpected number literal type", literal->Start());
240 ThrowError("Method overloads are not supported", loc);
279 ThrowError("Member of enum not of type TSEnumMember", member->Start());
289 ThrowError("Only literal enum initializers are supported", member->Start());
441 ThrowError("Only import specifiers are supported", importDeclaration->Start());
448 ThrowError("Imports with local bindings are not supported", importDeclaration->Start());