Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsAnyKeyword.cpp25 void TSAnyKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren()
30 void TSAnyKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
32 void TSAnyKeyword::Dump(ir::AstDumper *dumper) const in Dump()
34 dumper->Add({{"type", "TSAnyKeyword"}}); in Dump()
37 void TSAnyKeyword::Dump(ir::SrcDumper *dumper) const in Dump()
39 dumper->Add("TSAnyKeyword"); in Dump()
42 void TSAnyKeyword::Compile(compiler::PandaGen *pg) const in Compile()
47 void TSAnyKeyword::Compile(compiler::ETSGen *etsg) const in Compile()
52 checker::Type *TSAnyKeyword::Check(checker::TSChecker *checker) in Check()
57 checker::Type *TSAnyKeyword
[all...]
H A DtsAnyKeyword.h22 class TSAnyKeyword : public TypeNode { class
24 explicit TSAnyKeyword() : TypeNode(AstNodeType::TS_ANY_KEYWORD) {} in TSAnyKeyword() function in ark::es2panda::ir::TSAnyKeyword
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsAnyKeyword.cpp23 void TSAnyKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
25 void TSAnyKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSAnyKeyword"}}); in Dump()
30 void TSAnyKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSAnyKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSAnyKeyword::GetType(checker::Checker *checker) const in GetType()
42 void TSAnyKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf()
H A DtsAnyKeyword.h32 class TSAnyKeyword : public TypeNode { class
34 explicit TSAnyKeyword() : TypeNode(AstNodeType::TS_ANY_KEYWORD) {} in TSAnyKeyword() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSAnyKeyword
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsAnyKeywordBuilder.h25 class TSAnyKeywordBuilder : public AstBuilder<TSAnyKeyword> {
29 TSAnyKeyword *Build() in Build()
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNodeMapping.h84 _(TS_ANY_KEYWORD, TSAnyKeyword) \
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeMapping.h110 _(TS_ANY_KEYWORD, TSAnyKeyword) \
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompilerUnreachable.cpp252 void JSCompiler::Compile([[maybe_unused]] const ir::TSAnyKeyword *node) const in Compile()
H A DETSCompilerUnrechable.cpp277 void ETSCompiler::Compile([[maybe_unused]] const ir::TSAnyKeyword *node) const in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerUnreachable.cpp203 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSAnyKeyword *node) const in Check()
H A DTSAnalyzer.cpp1412 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSAnyKeyword *node) const in Check()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1086 return parser->AllocNode<ir::TSAnyKeyword>(); in GetTypeAnnotation()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2023 typeAnnotation = AllocNode<ir::TSAnyKeyword>(); in ParseTsBasicType()

Completed in 20 milliseconds