Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSFormattedParser.cpp77 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseExpressionFormatPlaceholder() local
105 …::TypeNode *ETSParser::ParseTypeFormatPlaceholder(std::optional<ParserImpl::NodeFormatType> nodeFo… in ParseTypeFormatPlaceholder()
132 …fier *ETSParser::ParseIdentifierFormatPlaceholder(std::optional<ParserImpl::NodeFormatType> nodeFo… in ParseIdentifierFormatPlaceholder()
167 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseStatementFormatPlaceholder() local
187 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseTypeParametersFormatPlaceholder() local
216 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseAstNodesArrayFormatPlaceholder() local
241 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseStatementsArrayFormatPlaceholder() local
266 ParserImpl::NodeFormatType nodeFormat = GetFormatPlaceholderType(); in ParseExpressionsArrayFormatPlaceholder() local
DparserImpl.cpp1179 …erImpl::ParseIdentifierFormatPlaceholder([[maybe_unused]] std::optional<NodeFormatType> nodeFormat) in ParseIdentifierFormatPlaceholder()