Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
H A Ddeclaration.h221 class PropertyDecl : public Decl { class
223 explicit PropertyDecl(util::StringView name) : Decl(name) {} in PropertyDecl() function in panda::es2panda::panda::es2panda::binder::PropertyDecl
H A DvariableFlags.h38 _(PROPERTY, PropertyDecl) \
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsDynamicType.cpp31 varbinder::LocalVariable *var = varbinder::Scope::CreateVar<varbinder::PropertyDecl>( in GetPropertyDynamic()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h216 class PropertyDecl : public Decl { class
218 explicit PropertyDecl(util::StringView name) : Decl(name) {} in PropertyDecl() function in ark::es2panda::ark::es2panda::varbinder::PropertyDecl
H A DvariableFlags.h41 _(PROPERTY, PropertyDecl) \
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1650 : varbinder::Scope::CreateVar<varbinder::PropertyDecl>(Allocator(), propName, flags, node); in CreateTSVariableForProperty()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp1441 : binder::Scope::CreateVar<binder::PropertyDecl>(Allocator(), propName, flags, node); in CreateTSVariableForProperty()

Completed in 14 milliseconds