Home
last modified time | relevance | path

Searched refs:TSBigintKeyword (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsBigintKeyword.cpp26 void TSBigintKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren()
31 void TSBigintKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
33 void TSBigintKeyword::Dump(ir::AstDumper *dumper) const in Dump()
38 void TSBigintKeyword::Dump(ir::SrcDumper *dumper) const in Dump()
40 dumper->Add("TSBigintKeyword"); in Dump()
43 void TSBigintKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const in Compile()
47 void TSBigintKeyword::Compile(compiler::ETSGen *etsg) const in Compile()
52 checker::Type *TSBigintKeyword::Check([[maybe_unused]] checker::TSChecker *checker) in Check()
57 checker::Type *TSBigintKeyword::GetType([[maybe_unused]] checker::TSChecker *checker) in GetType()
62 checker::Type *TSBigintKeyword
[all...]
H A DtsBigintKeyword.h22 class TSBigintKeyword : public TypeNode { class
24 explicit TSBigintKeyword() : TypeNode(AstNodeType::TS_BIGINT_KEYWORD) {} in TSBigintKeyword() function in ark::es2panda::ir::TSBigintKeyword
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsBigintKeyword.cpp23 void TSBigintKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
25 void TSBigintKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSBigintKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSBigintKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSBigintKeyword::GetType(checker::Checker *checker) const in GetType()
42 void TSBigintKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf()
H A DtsBigintKeyword.h32 class TSBigintKeyword : public TypeNode { class
34 explicit TSBigintKeyword() : TypeNode(AstNodeType::TS_BIGINT_KEYWORD) {} in TSBigintKeyword() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSBigintKeyword
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsBigintKeywordBuilder.h25 class TSBigintKeywordBuilder : public AstBuilder<TSBigintKeyword> {
29 TSBigintKeyword *Build() in Build()
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNodeMapping.h92 _(TS_BIGINT_KEYWORD, TSBigintKeyword) \
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeMapping.h117 _(TS_BIGINT_KEYWORD, TSBigintKeyword) \
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompilerUnreachable.cpp267 void JSCompiler::Compile([[maybe_unused]] const ir::TSBigintKeyword *node) const in Compile()
H A DETSCompilerUnrechable.cpp282 void ETSCompiler::Compile([[maybe_unused]] const ir::TSBigintKeyword *node) const in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerUnreachable.cpp208 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSBigintKeyword *node) const in Check()
H A DTSAnalyzer.cpp1496 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSBigintKeyword *node) const in Check()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1113 return parser->AllocNode<ir::TSBigintKeyword>(); in GetTypeAnnotation()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2043 typeAnnotation = AllocNode<ir::TSBigintKeyword>(); in ParseTsBasicType()

Completed in 19 milliseconds