Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSFormattedParser.cpp85 return ParseTypeFormatPlaceholder(std::make_optional(std::move(nodeFormat))); in ParseExpressionFormatPlaceholder()
104 ir::TypeNode *ETSParser::ParseTypeFormatPlaceholder(std::optional<ParserImpl::NodeFormatType> nodeFormat) in ParseTypeFormatPlaceholder() function in ark::es2panda::parser::ETSParser
H A DETSparserTypes.cpp391 return std::make_pair(ParseTypeFormatPlaceholder(), true); in GetTypeAnnotationFromToken()
H A DETSparser.h217 ir::TypeNode *ParseTypeFormatPlaceholder(std::optional<NodeFormatType> nodeFormat = std::nullopt);
H A DETSparser.cpp878 return ParseTypeFormatPlaceholder(); in ParseTypeReference()

Completed in 8 milliseconds