Home
last modified time | relevance | path

Searched refs:INSERT_NODE_ABSENT (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSFormattedParser.cpp42 static constexpr char const INSERT_NODE_ABSENT[] = "There is no any node to insert at the placeholder position."; member
76 ThrowSyntaxError(INSERT_NODE_ABSENT, Lexer()->GetToken().Start()); in ParseExpressionFormatPlaceholder()
108 ThrowSyntaxError(INSERT_NODE_ABSENT, Lexer()->GetToken().Start()); in ParseTypeFormatPlaceholder()
133 ThrowSyntaxError(INSERT_NODE_ABSENT, Lexer()->GetToken().Start()); in ParseIdentifierFormatPlaceholder()
157 ThrowSyntaxError(INSERT_NODE_ABSENT, Lexer()->GetToken().Start()); in ParseStatementFormatPlaceholder()
185 ThrowSyntaxError(INSERT_NODE_ABSENT, Lexer()->GetToken().Start()); in ParseTypeParametersFormatPlaceholder()
201 ThrowSyntaxError(INSERT_NODE_ABSENT, Lexer()->GetToken().Start()); in ParseAstNodesArrayFormatPlaceholder()
223 ThrowSyntaxError(INSERT_NODE_ABSENT, Lexer()->GetToken().Start()); in ParseStatementsArrayFormatPlaceholder()
245 ThrowSyntaxError(INSERT_NODE_ABSENT, Lexer()->GetToken().Start()); in ParseExpressionsArrayFormatPlaceholder()

Completed in 1 milliseconds