Home
last modified time | relevance | path

Searched defs:VariableDeclarator (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.h37 explicit VariableDeclarator(Expression *ident) in VariableDeclarator() function
42 explicit VariableDeclarator(Expression *ident, Expression *init) in VariableDeclarator() function
DvariableDeclaration.h32 class VariableDeclarator; variable
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclarator.h36 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident) in VariableDeclarator() function
41 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident, Expression *init) in VariableDeclarator() function
DvariableDeclaration.h22 class VariableDeclarator; variable
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h77 class VariableDeclarator; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.h39 class VariableDeclarator; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h37 class VariableDeclarator; variable
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h102 class VariableDeclarator; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h115 class VariableDeclarator; variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h102 class VariableDeclarator; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json69 "VariableDeclarator": 1, number
/arkcompiler/ets_frontend/ets2panda/linter/
D.eslintrc.json92 "VariableDeclarator": 1, number