Home
last modified time | relevance | path

Searched refs:IsInstantiated (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Ddeclaration.cpp49 bool NamespaceDecl::IsInstantiated() const in IsInstantiated() function in panda::es2panda::binder::NamespaceDecl
53 if (it->IsInstantiated()) { in IsInstantiated()
H A Ddeclaration.h273 bool IsInstantiated() const;
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsModuleDeclaration.h79 bool IsInstantiated() const in IsInstantiated() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSModuleDeclaration
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp232 if (node->Declare() || !node->IsInstantiated()) { in VisitTSNode()
257 if (tsModuleDeclaration->Declare() || !tsModuleDeclaration->IsInstantiated()) { in VisitTSNode()
1676 return decl->AsNamespaceDecl()->IsInstantiated(); in IsInstantiatedImportEquals()
2391 if (node->IsInstantiated()) { in IsInstantiatedNamespaceVariable()
2800 return decl->IsInstantiated(); in IsValueReference()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp469 isInstantiated = (*body)->AsTSModuleDeclaration()->IsInstantiated(); in IsInstantiatedInTsModuleBlock()
480 (!statement->IsTSModuleDeclaration() || statement->AsTSModuleDeclaration()->IsInstantiated())) { in IsInstantiatedInTsModuleBlock()

Completed in 17 milliseconds