Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds