Searched refs:TSObjectKeyword (Results 1 – 17 of 17) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsObjectKeyword.cpp | 25 void TSObjectKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() 30 void TSObjectKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() 32 void TSObjectKeyword::Dump(ir::AstDumper *dumper) const in Dump() 37 void TSObjectKeyword::Dump(ir::SrcDumper *dumper) const in Dump() 42 void TSObjectKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const in Compile() 47 void TSObjectKeyword::Compile([[maybe_unused]] compiler::ETSGen *etsg) const in Compile() 52 checker::Type *TSObjectKeyword::Check([[maybe_unused]] checker::TSChecker *checker) in Check() 57 checker::Type *TSObjectKeyword::GetType([[maybe_unused]] checker::TSChecker *checker) in GetType() 62 checker::Type *TSObjectKeyword::Check([[maybe_unused]] checker::ETSChecker *checker) in Check()
|
| D | tsObjectKeyword.h | 22 class TSObjectKeyword : public TypeNode { 24 explicit TSObjectKeyword() : TypeNode(AstNodeType::TS_OBJECT_KEYWORD) {} in TSObjectKeyword() function
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsObjectKeyword.cpp | 23 void TSObjectKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() 25 void TSObjectKeyword::Dump(ir::AstDumper *dumper) const in Dump() 30 void TSObjectKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 32 checker::Type *TSObjectKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check() 37 checker::Type *TSObjectKeyword::GetType(checker::Checker *checker) const in GetType() 42 void TSObjectKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::B… in UpdateSelf()
|
| D | tsObjectKeyword.h | 32 class TSObjectKeyword : public TypeNode { 34 explicit TSObjectKeyword() : TypeNode(AstNodeType::TS_OBJECT_KEYWORD) {} in TSObjectKeyword() function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_infer-type-with-extends3-expected.txt | 458 "type": "TSObjectKeyword", 501 "type": "TSObjectKeyword", 1868 "type": "TSObjectKeyword", 1911 "type": "TSObjectKeyword", 3278 "type": "TSObjectKeyword", 3321 "type": "TSObjectKeyword",
|
| D | test_infer-type-with-extends1-expected.txt | 733 "type": "TSObjectKeyword", 1686 "type": "TSObjectKeyword", 2682 "type": "TSObjectKeyword", 3855 "type": "TSObjectKeyword",
|
| D | test_infer-type-with-extends2-expected.txt | 1882 "type": "TSObjectKeyword",
|
| D | test-type-annotation-expected.txt | 583 "type": "TSObjectKeyword",
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNodeMapping.h | 90 _(TS_OBJECT_KEYWORD, TSObjectKeyword) \
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeMapping.h | 113 _(TS_OBJECT_KEYWORD, TSObjectKeyword) \
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerUnreachable.cpp | 323 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSObjectKeyword *node) const in Check()
|
| D | TSAnalyzerUnreachable.cpp | 353 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSObjectKeyword *node) const in Check()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompilerUnreachable.cpp | 392 void JSCompiler::Compile([[maybe_unused]] const ir::TSObjectKeyword *node) const in Compile()
|
| D | ETSCompilerUnrechable.cpp | 397 void ETSCompiler::Compile([[maybe_unused]] const ir::TSObjectKeyword *node) const in Compile()
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-type-annotation-expected.txt | 593 "type": "TSObjectKeyword",
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TSparser.cpp | 1110 return parser->AllocNode<ir::TSObjectKeyword>(); in GetTypeAnnotation()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 2062 typeAnnotation = AllocNode<ir::TSObjectKeyword>(); in ParseTsBasicType()
|