Home
last modified time | relevance | path

Searched defs:TSImportEqualsDeclaration (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsImportEqualsDeclaration.h26 explicit TSImportEqualsDeclaration(Identifier *id, Expression *moduleReference, bool isExport) in TSImportEqualsDeclaration() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsImportEqualsDeclaration.h36 explicit TSImportEqualsDeclaration(Identifier *id, Expression *moduleReference, bool isExport) in TSImportEqualsDeclaration() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h110 class TSImportEqualsDeclaration; variable