Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds