Home
last modified time | relevance | path

Searched defs:hasDecl (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicType.h25 … ir::AstNode *declNode, ETSObjectFlags flags, Language lang, bool hasDecl) in ETSDynamicType()
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.h63 explicit DynamicImportData(Language lang, bool hasDecl) : lang_(lang), hasDecl_(hasDecl) {} in DynamicImportData()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h100 bool hasDecl; member
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts261 hasDecl(name: string): boolean { method in Scope
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp504 bool hasDecl = false; in CreateNewETSObjectType() local