Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp420 auto localIdent = IdentifierBuilder(Allocator()).SetName("A").Build(); in TEST_F() local
422 auto importSpecifier = ImportSpecifierBuilder(Allocator()).SetImported(importedIdent).SetLocal(localIdent).Build(); in TEST_F()
428 auto classDef = ClassDefinitionBuilder(Allocator()).SetIdentifier(classId).SetSuperClass(localIdent).Build(); in TEST_F()

Completed in 2 milliseconds