Searched refs:NodeFormatType (Results 1 – 3 of 3) sorted by relevance
273 NodeFormatType GetFormatPlaceholderIdent() const;275 …ir::Statement *ParseStatementFormatPlaceholder(std::optional<NodeFormatType> nodeFormat = std::nul…276 …ir::Expression *ParseExpressionFormatPlaceholder(std::optional<NodeFormatType> nodeFormat = std::n…278 …ir::Identifier *ParseIdentifierFormatPlaceholder(std::optional<NodeFormatType> nodeFormat = std::n…279 … ir::TypeNode *ParseTypeFormatPlaceholder(std::optional<NodeFormatType> nodeFormat = std::nullopt);
517 using NodeFormatType = std::pair<char, std::size_t>; local520 [[maybe_unused]] std::optional<NodeFormatType> nodeFormat = std::nullopt)
4826 ParserImpl::NodeFormatType ETSParser::GetFormatPlaceholderIdent() const in GetFormatPlaceholderIdent()4840 …return {*identData, static_cast<decltype(std::declval<ParserImpl::NodeFormatType>().second)>(ident… in GetFormatPlaceholderIdent()4862 … *ETSParser::ParseExpressionFormatPlaceholder(std::optional<ParserImpl::NodeFormatType> nodeFormat) in ParseExpressionFormatPlaceholder()4889 ir::TypeNode *ETSParser::ParseTypeFormatPlaceholder(std::optional<ParserImpl::NodeFormatType> nodeF… in ParseTypeFormatPlaceholder()4913 … *ETSParser::ParseIdentifierFormatPlaceholder(std::optional<ParserImpl::NodeFormatType> nodeFormat) in ParseIdentifierFormatPlaceholder()4936 ir::Statement *ETSParser::ParseStatementFormatPlaceholder(std::optional<ParserImpl::NodeFormatType>… in ParseStatementFormatPlaceholder()