Home
last modified time | relevance | path

Searched defs:Decl (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DexportNamedDeclaration.h53 const AstNode *Decl() const in Decl() function in ark::es2panda::ir::ExportNamedDeclaration
H A DexportDefaultDeclaration.h29 AstNode *Decl() in Decl() function in ark::es2panda::ir::ExportDefaultDeclaration
34 const AstNode *Decl() const in Decl() function in ark::es2panda::ir::ExportDefaultDeclaration
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportDefaultDeclaration.h39 const AstNode *Decl() const in Decl() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportDefaultDeclaration
44 AstNode *Decl() in Decl() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportDefaultDeclaration
H A DexportNamedDeclaration.h59 const Statement *Decl() const in Decl() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportNamedDeclaration
64 Statement *Decl() in Decl() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportNamedDeclaration
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h40 class Decl { class
98 explicit Decl(util::StringView name) : name_(name) {} in Decl() function in ark::es2panda::ark::es2panda::varbinder::Decl
99 explicit Decl(util::StringView name, ir::AstNode *declNode) : name_(name), node_(declNode) {} in Decl() function in ark::es2panda::ark::es2panda::varbinder::Decl
[all...]
/arkcompiler/ets_frontend/es2panda/binder/
H A Ddeclaration.h42 class Decl { class
135 explicit Decl(util::StringView name) : name_(name) {} in Decl() function in panda::es2panda::panda::es2panda::binder::Decl
[all...]

Completed in 3 milliseconds