Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.h274 class NamespaceVariable : public Variable { class
276 explicit NamespaceVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in NamespaceVariable() function in panda::es2panda::panda::es2panda::binder::NamespaceVariable
H A Dvariable.cpp84 void NamespaceVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
H A DvariableFlags.h95 _(NAMESPACE, NamespaceVariable) \
H A Dscope.cpp599 return AddTSBinding<NamespaceVariable>(allocator, newDecl, VariableFlags::NAMESPACE); in AddBinding()
717 return AddTSBinding<NamespaceVariable>(allocator, newDecl, VariableFlags::NAMESPACE); in AddBinding()
797 return AddTSBinding<NamespaceVariable>(allocator, newDecl, VariableFlags::NAMESPACE); in AddBinding()

Completed in 4 milliseconds