Home
last modified time | relevance | path

Searched refs:TSInterfaceDeclaration (Results 1 – 25 of 62) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.cpp31 void TSInterfaceDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
46 void TSInterfaceDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
55 void TSInterfaceDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
96 checker::Type *TSInterfaceDeclaration::Check(checker::Checker *checker) const in Check()
129 void TSInterfaceDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *bin… in UpdateSelf()
DtsInterfaceDeclaration.h42 class TSInterfaceDeclaration : public Statement {
44 …explicit TSInterfaceDeclaration(binder::LocalScope *scope, Identifier *id, TSTypeParameterDeclarat… in TSInterfaceDeclaration() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DinterfaceInheritance1-expected.txt5 "type": "TSInterfaceDeclaration",
88 "type": "TSInterfaceDeclaration",
171 "type": "TSInterfaceDeclaration",
DinterfaceInheritance4-expected.txt5 "type": "TSInterfaceDeclaration",
134 "type": "TSInterfaceDeclaration",
276 "type": "TSInterfaceDeclaration",
DinterfaceInheritance2-expected.txt5 "type": "TSInterfaceDeclaration",
91 "type": "TSInterfaceDeclaration",
DinterfaceInheritance3-expected.txt5 "type": "TSInterfaceDeclaration",
102 "type": "TSInterfaceDeclaration",
DvarRedeclaration14-expected.txt5 "type": "TSInterfaceDeclaration",
91 "type": "TSInterfaceDeclaration",
218 "type": "TSInterfaceDeclaration",
DvarRedeclaration13-expected.txt5 "type": "TSInterfaceDeclaration",
91 "type": "TSInterfaceDeclaration",
216 "type": "TSInterfaceDeclaration",
422 "type": "TSInterfaceDeclaration",
DinterfaceAssignment3-expected.txt5 "type": "TSInterfaceDeclaration",
91 "type": "TSInterfaceDeclaration",
218 "type": "TSInterfaceDeclaration",
345 "type": "TSInterfaceDeclaration",
DinterfaceAssignment1-expected.txt5 "type": "TSInterfaceDeclaration",
221 "type": "TSInterfaceDeclaration",
DobjectLiteralAssignability16-expected.txt5 "type": "TSInterfaceDeclaration",
91 "type": "TSInterfaceDeclaration",
220 "type": "TSInterfaceDeclaration",
392 "type": "TSInterfaceDeclaration",
DinterfaceAssignment8-expected.txt5 "type": "TSInterfaceDeclaration",
102 "type": "TSInterfaceDeclaration",
DinterfaceAssignment5-expected.txt5 "type": "TSInterfaceDeclaration",
91 "type": "TSInterfaceDeclaration",
298 "type": "TSInterfaceDeclaration",
DinterfaceAssignment-expected.txt5 "type": "TSInterfaceDeclaration",
397 "type": "TSInterfaceDeclaration",
1000 "type": "TSInterfaceDeclaration",
1125 "type": "TSInterfaceDeclaration",
1414 "type": "TSInterfaceDeclaration",
1804 "type": "TSInterfaceDeclaration",
1984 "type": "TSInterfaceDeclaration",
2070 "type": "TSInterfaceDeclaration",
2156 "type": "TSInterfaceDeclaration",
2283 "type": "TSInterfaceDeclaration",
[all …]
DmemberExpTest_3-expected.txt5 "type": "TSInterfaceDeclaration",
222 "type": "TSInterfaceDeclaration",
335 "type": "TSInterfaceDeclaration",
DinterfaceAssignment2-expected.txt5 "type": "TSInterfaceDeclaration",
134 "type": "TSInterfaceDeclaration",
DobjectLiteralAssignability15-expected.txt5 "type": "TSInterfaceDeclaration",
162 "type": "TSInterfaceDeclaration",
DmemberExpTest_5-expected.txt5 "type": "TSInterfaceDeclaration",
177 "type": "TSInterfaceDeclaration",
DmemberExpTest_4-expected.txt5 "type": "TSInterfaceDeclaration",
177 "type": "TSInterfaceDeclaration",
DvarRedeclaration12-expected.txt5 "type": "TSInterfaceDeclaration",
212 "type": "TSInterfaceDeclaration",
DinterfacePropertyWithIncompatibleIndexInfo-expected.txt5 "type": "TSInterfaceDeclaration",
DinterfaceWithNonCompatibleIndexInfos-expected.txt5 "type": "TSInterfaceDeclaration",
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-export-interface-expected.txt5 "type": "TSInterfaceDeclaration",
Dtest-interface5-expected.txt5 "type": "TSInterfaceDeclaration",
Dtest-interface4-expected.txt5 "type": "TSInterfaceDeclaration",

123