Searched defs:LogSyntaxError (Results 1 – 5 of 5) sorted by relevance
20 void ErrorHandler::LogSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) … in LogSyntaxError() function in ark::es2panda::util::ErrorHandler29 void ErrorHandler::LogSyntaxError(util::ErrorLogger *errorLogger, const parser::Program *program, in LogSyntaxError() function in ark::es2panda::util::ErrorHandler
52 void LogSyntaxError(std::string_view msg) const in LogSyntaxError() function
205 void Lexer::LogSyntaxError(std::string_view const errorMessage) const in LogSyntaxError() function in ark::es2panda::lexer::Lexer
1338 void ParserImpl::LogSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) in LogSyntaxError() function in ark::es2panda::parser::ParserImpl1347 void ParserImpl::LogSyntaxError(std::string_view const errorMessage) in LogSyntaxError() function in ark::es2panda::parser::ParserImpl1352 void ParserImpl::LogSyntaxError(std::initializer_list<std::string_view> list) in LogSyntaxError() function in ark::es2panda::parser::ParserImpl1357 void ParserImpl::LogSyntaxError(std::initializer_list<std::string_view> list, const lexer::SourcePo… in LogSyntaxError() function in ark::es2panda::parser::ParserImpl
411 void ScopesInitPhase::LogSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &po… in LogSyntaxError() function in ark::es2panda::compiler::ScopesInitPhase