Home
last modified time | relevance | path

Searched refs:IsDtsFile (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp51 extractor_ = std::make_unique<extractor::TypeExtractor>(rootNode, program->IsDtsFile(), in Compile()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h153 bool IsDtsFile() const in IsDtsFile() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h192 bool IsDtsFile() const;
DstatementParser.cpp498 if (!IsDtsFile()) { in ParseTsNamespaceExportDeclaration()
2578 …decl = ParseClassDeclaration(true, std::move(decorators), isDeclare || IsDtsFile(), false, !isTsMo… in ParseNamedExportDeclaration()
2626 isDeclare || IsDtsFile(), true, !isTsModule); in ParseNamedExportDeclaration()
DparserImpl.cpp177 if (IsDtsFile() && !CheckTopStatementsForRequiredDeclare(statements)) { in ParseProgram()
3828 bool ParserImpl::IsDtsFile() const in IsDtsFile() function in panda::es2panda::parser::ParserImpl
3830 return program_.IsDtsFile(); in IsDtsFile()