Home
last modified time | relevance | path

Searched defs:nodeFormat (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSFormattedParser.cpp81 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseExpressionFormatPlaceholder() local
109 …::TypeNode *ETSParser::ParseTypeFormatPlaceholder(std::optional<ParserImpl::NodeFormatType> nodeFo… in ParseTypeFormatPlaceholder()
137 …fier *ETSParser::ParseIdentifierFormatPlaceholder(std::optional<ParserImpl::NodeFormatType> nodeFo… in ParseIdentifierFormatPlaceholder()
172 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseStatementFormatPlaceholder() local
192 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseTypeParametersFormatPlaceholder() local
222 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseAstNodesArrayFormatPlaceholder() local
247 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseStatementsArrayFormatPlaceholder() local
272 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseExpressionsArrayFormatPlaceholder() local
DparserImpl.cpp1160 …erImpl::ParseIdentifierFormatPlaceholder([[maybe_unused]] std::optional<NodeFormatType> nodeFormat) in ParseIdentifierFormatPlaceholder()