Home
last modified time | relevance | path

Searched refs:ParseFunctionTypeParameters (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h59 ir::TSTypeParameterDeclaration *ParseFunctionTypeParameters() override;
DparserImpl.h502 virtual ir::TSTypeParameterDeclaration *ParseFunctionTypeParameters()
DparserImpl.cpp868 ir::TSTypeParameterDeclaration *typeParamDecl = ParseFunctionTypeParameters(); in ParseFunctionSignature()
DTypedParser.cpp427 ir::TSTypeParameterDeclaration *TypedParser::ParseFunctionTypeParameters() in ParseFunctionTypeParameters() function in panda::es2panda::parser::TypedParser