Searched defs:ThrowError (Results 1 – 8 of 8) sorted by relevance
70 static void ThrowError(const std::string_view &message) in ThrowError() function
222 void Lexer::ThrowError(std::string_view message) in ThrowError() function in panda::es2panda::lexer::Lexer
106 void TSDeclGen::ThrowError(const std::string_view message, const lexer::SourcePosition &pos = lexer… in ThrowError() function in ark::es2panda::declgen_ets2ts::TSDeclGen
130 void VarBinder::ThrowError(const lexer::SourcePosition &pos, const std::string_view &msg) const in ThrowError() function in ark::es2panda::varbinder::VarBinder
903 void Helpers::ThrowError(ErrorType type, const parser::Program *program, const lexer::SourcePositio… in ThrowError() function in panda::es2panda::util::Helpers
192 ets_int (*ThrowError)(EtsEnv *env, ets_error obj); member547 ets_int ThrowError(ets_error obj) in ThrowError() function
518 NO_UB_SANITIZE static ets_int ThrowError(EtsEnv *env, ets_error obj) in ThrowError() function
1320 static void ThrowError(compiler::ETSGen *const etsg, const ir::AssertStatement *st) in ThrowError() function