Home
last modified time | relevance | path

Searched refs:isType_ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportNamedDeclaration.h45 isType_(isType) in ExportNamedDeclaration()
55 isType_(false) in ExportNamedDeclaration()
86 return isType_; in IsType()
100 bool isType_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportNamedDeclaration
H A DimportDeclaration.h44 isType_(isType), in ImportDeclaration()
61 return isType_; in IsType()
74 bool isType_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ImportDeclaration
H A DexportSpecifier.h37 : Statement(AstNodeType::EXPORT_SPECIFIER), local_(local), exported_(exported), isType_(isType) in ExportSpecifier()
53 return isType_; in IsType()
65 bool isType_ { false };
H A DimportSpecifier.h37 : Statement(AstNodeType::IMPORT_SPECIFIER), imported_(imported), local_(local), isType_(isType), isLazy_(isLazy) in ImportSpecifier()
53 return isType_; in IsType()
70 bool isType_ { false };
H A DexportSpecifier.cpp31 dumper->Add({{"type", "ExportSpecifier"}, {"local", local_}, {"exported", exported_}, {"isType", isType_}}); in Dump()
H A DimportSpecifier.cpp31 dumper->Add({{"type", "ImportSpecifier"}, {"local", local_}, {"imported", imported_}, {"isType", isType_}}); in Dump()

Completed in 2 milliseconds