Home
last modified time | relevance | path

Searched refs:TSIndexSignatureKind (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsIndexSignature.cpp25 TSIndexSignature::TSIndexSignatureKind TSIndexSignature::Kind() const in Kind()
27 return param_->AsIdentifier()->TypeAnnotation()->IsTSNumberKeyword() ? TSIndexSignatureKind::NUMBER in Kind()
28 : TSIndexSignatureKind::STRING; in Kind()
64 if (Kind() == ir::TSIndexSignature::TSIndexSignatureKind::NUMBER) { in Check()
H A DtsIndexSignature.h34 enum class TSIndexSignatureKind { NUMBER, STRING }; class in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSIndexSignature
75 TSIndexSignatureKind Kind() const;
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DtsIndexSignature.cpp24 TSIndexSignature::TSIndexSignatureKind TSIndexSignature::Kind() const noexcept
26 return param_->AsIdentifier()->TypeAnnotation()->IsTSNumberKeyword() ? TSIndexSignatureKind::NUMBER
27 : TSIndexSignatureKind::STRING;
H A DtsIndexSignature.h28 enum class TSIndexSignatureKind { NUMBER, STRING }; class in ark::es2panda::ark::es2panda::ir::TSIndexSignature
61 [[nodiscard]] TSIndexSignatureKind Kind() const noexcept;
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dobject.cpp250 if (it->AsTSIndexSignature()->Kind() == ir::TSIndexSignature::TSIndexSignatureKind::NUMBER) { in ResolveIndexInfosOfObjectType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dobject.cpp256 if (it->AsTSIndexSignature()->Kind() == ir::TSIndexSignature::TSIndexSignatureKind::NUMBER) { in ResolveIndexInfosOfObjectType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp77 if (node->Kind() == ir::TSIndexSignature::TSIndexSignatureKind::NUMBER) { in Check()

Completed in 6 milliseconds