Home
last modified time | relevance | path

Searched refs:HasDeclarationName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h809 bool HasDeclarationName(const util::StringView &name) const in HasDeclarationName() function
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1404 if (scope && !scope->HasDeclarationName(name)) { in GetParamName()