Home
last modified time | relevance | path

Searched refs:FindDecl (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfacePropertyDeclarations.cpp162 auto prevDecl = methodScope->FindDecl(name); in UpdateInterfacePropertys()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp329 Decl *Scope::FindDecl(const util::StringView &name) const in FindDecl() function in panda::es2panda::binder::Scope
H A Dscope.h363 Decl *FindDecl(const util::StringView &name) const;
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h280 Decl *FindDecl(const util::StringView &name) const;
H A Dscope.cpp223 Decl *Scope::FindDecl(const util::StringView &name) const in FindDecl() function in ark::es2panda::varbinder::Scope
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2536 auto *const prevDecl = methodScope->FindDecl(name); in GenerateGetterSetterPropertyAndMethod()

Completed in 16 milliseconds