Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.cpp878 auto *extendsName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseInterfaceExtendsClause() local
879 extendsName->SetRange(Lexer()->GetToken().Loc()); in ParseInterfaceExtendsClause()
880 auto *extendsClause = AllocNode<ir::NamedType>(extendsName); in ParseInterfaceExtendsClause()
892 extendsName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseInterfaceExtendsClause()
893 extendsName->SetRange(Lexer()->GetToken().Loc()); in ParseInterfaceExtendsClause()
894 auto *next = AllocNode<ir::NamedType>(extendsName); in ParseInterfaceExtendsClause()

Completed in 3 milliseconds