Home
last modified time | relevance | path

Searched defs:varDecl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp339 const ir::VariableDeclarator *varDecl = parent->AsVariableDeclarator(); in FunctionName() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp279 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl() local
Dbinder.cpp423 void Binder::BuildVarDeclarator(ir::VariableDeclarator *varDecl) in BuildVarDeclarator()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1167 … const ir::VariableDeclarator *varDecl = initNode->AsVariableDeclaration()->Declarators().front(); in ParseForInOf() local