Home
last modified time | relevance | path

Searched refs:TSUndefinedKeyword (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/ts/
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()
37 void TSUndefinedKeyword::Dump(ir::SrcDumper *dumper) const 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::GetType([[maybe_unused]] checker::TSChecker *checker) in GetType()
62 checker::Type *TSUndefinedKeyword::Check(checker::ETSChecker *checker) in Check()
DtsUndefinedKeyword.h22 class TSUndefinedKeyword : public TypeNode {
24 explicit TSUndefinedKeyword() : TypeNode(AstNodeType::TS_UNDEFINED_KEYWORD) {} in TSUndefinedKeyword() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsUndefinedKeyword.cpp23 void TSUndefinedKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
25 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const 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… in UpdateSelf()
DtsUndefinedKeyword.h32 class TSUndefinedKeyword : public TypeNode {
34 explicit TSUndefinedKeyword() : TypeNode(AstNodeType::TS_UNDEFINED_KEYWORD) {} in TSUndefinedKeyword() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dundefined_as_value-expected.txt13 "type": "TSUndefinedKeyword",
85 "type": "TSUndefinedKeyword",
312 "type": "TSUndefinedKeyword",
337 "type": "TSUndefinedKeyword",
Din_4-expected.txt70 "type": "TSUndefinedKeyword",
Din_3-expected.txt13 "type": "TSUndefinedKeyword",
Dtest-interface-expected.txt283 "type": "TSUndefinedKeyword",
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
Dundefined_as_value-expected.txt13 "type": "TSUndefinedKeyword",
87 "type": "TSUndefinedKeyword",
322 "type": "TSUndefinedKeyword",
348 "type": "TSUndefinedKeyword",
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_satisfies11-expected.txt127 "type": "TSUndefinedKeyword",
225 "type": "TSUndefinedKeyword",
Dtest-interface-key-with-line-break-expected.txt45 "type": "TSUndefinedKeyword",
Dtest-class-key-with-line-break-expected.txt154 "type": "TSUndefinedKeyword",
Dtest-class-key-with-line-break-and-comments-expected.txt154 "type": "TSUndefinedKeyword",
Dtest-ts-as-expression-expected.txt223 "type": "TSUndefinedKeyword",
Dtest-interface-expected.txt283 "type": "TSUndefinedKeyword",
Dtest-tuple-type-expected.txt528 "type": "TSUndefinedKeyword",
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-ts-as-expression-expected.txt225 "type": "TSUndefinedKeyword",
Dtest-interface-expected.txt288 "type": "TSUndefinedKeyword",
Dtest-tuple-type-expected.txt537 "type": "TSUndefinedKeyword",
Dtest-type-literal-expected.txt872 "type": "TSUndefinedKeyword",
/arkcompiler/ets_frontend/es2panda/ir/
DastNodeMapping.h88 _(TS_UNDEFINED_KEYWORD, TSUndefinedKeyword) \
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeMapping.h111 _(TS_UNDEFINED_KEYWORD, TSUndefinedKeyword) \
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerUnreachable.cpp398 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSUndefinedKeyword *node) const in Check()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompilerUnreachable.cpp477 void JSCompiler::Compile([[maybe_unused]] const ir::TSUndefinedKeyword *node) const in Compile()
DETSCompilerUnrechable.cpp477 void ETSCompiler::Compile([[maybe_unused]] const ir::TSUndefinedKeyword *node) const in Compile()

12