Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlexenv.cpp96 if (decl->IsLetOrConstDecl() && !isDecl) { in ExpandStoreLexVar()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h87 bool IsLetOrConstDecl() const in IsLetOrConstDecl() function in ark::es2panda::ark::es2panda::varbinder::Decl
94 return IsLetOrConstDecl() || IsParameterDecl(); in PossibleTDZ()
H A Dscope.cpp924 if (!newDecl->IsLetOrConstDecl()) { in AddBinding()
966 if (!var->LexicalBound() || !var->Declaration()->IsLetOrConstDecl()) { in ConvertToVariableScope()
H A Dvarbinder.cpp272 if (res.variable->Declaration()->IsLetOrConstDecl() && !res.variable->HasFlag(VariableFlags::INITIALIZED)) { in LookupIdentReference()
H A DETSBinder.cpp224 if (ident->IsReference() && res.variable->Declaration()->IsLetOrConstDecl() && in LookupIdentReference()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp1678 targetRef->Declaration()->IsLetOrConstDecl()) ||
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp2011 if (decl->IsLetOrConstDecl() && decl->Node()->IsIdentifier()) { in Check()

Completed in 13 milliseconds