Home
last modified time | relevance | path

Searched refs:HasDecl (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsImportDeclaration.h41 bool HasDecl() const in HasDecl() function in ark::es2panda::ir::ETSImportDeclaration
43 return source_->HasDecl(); in HasDecl()
48 return !HasDecl() && Language().IsDynamic(); in IsPureDynamic()
H A DetsImportSource.h62 bool HasDecl() const in HasDecl() function in ark::es2panda::ir::ImportSource
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsDynamicType.h54 bool HasDecl() const in HasDecl() function in ark::es2panda::checker::ETSDynamicType
/arkcompiler/ets_frontend/ets2panda/util/
H A DimportPathManager.cpp68 if (auto it = dynamicPaths.find(importPath.Mutf8()); it != dynamicPaths.cend() && !it->second.HasDecl()) { in ResolvePath()
210 return {it->second.GetLanguage(), key, it->second.HasDecl()}; in GetImportData()
H A Darktsconfig.h70 bool HasDecl() const in HasDecl() function in ark::es2panda::ArkTsConfig::DynamicImportData
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp726 if (rightType->IsETSDynamicType() && !rightType->AsETSDynamicType()->HasDecl()) { in CheckBinaryOperatorInstanceOf()
H A Dobject.cpp1831 if (target->IsETSDynamicType() && !target->AsETSDynamicType()->HasDecl()) {
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp451 if (calleeType->IsETSDynamicType() && !calleeType->AsETSDynamicType()->HasDecl()) { in Check()
1147 if (calleeType->IsETSDynamicType() && !calleeType->AsETSDynamicType()->HasDecl()) { in GetCallExpressionReturnType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp698 ASSERT(node->Right()->TsType()->AsETSDynamicType()->HasDecl()); in IsInstanceDynamic()

Completed in 14 milliseconds