Home
last modified time | relevance | path

Searched refs:MethodDecl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h225 class MethodDecl : public Decl {
227 explicit MethodDecl(util::StringView name) : Decl(name) {} in MethodDecl() function
DvariableFlags.h38 _(METHOD, MethodDecl) \
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1373 …propVar = isMethod ? binder::Scope::CreateVar<binder::MethodDecl>(Allocator(), propName, flags, no… in CreateTSVariableForProperty()