Home
last modified time | relevance | path

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

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