Home
last modified time | relevance | path

Searched refs:AddLocalTSVariable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h332 void AddLocalTSVariable(const util::StringView &name, Variable *var) in AddLocalTSVariable() function
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp387 parentScope->AddLocalTSVariable<binder::TSBindingType::NAMESPACE>(name, res); in ParseTsModuleOrNamespaceDelaration()
DparserImpl.cpp3149 currentScope->AddLocalTSVariable<binder::TSBindingType::ENUMLITERAL>(ident, res); in ParseEnumDeclaration()