Searched refs:isType_ (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/module/ |
H A D | exportNamedDeclaration.h | 45 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 D | importDeclaration.h | 44 isType_(isType), in ImportDeclaration() 61 return isType_; in IsType() 74 bool isType_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ImportDeclaration
|
H A D | exportSpecifier.h | 37 : Statement(AstNodeType::EXPORT_SPECIFIER), local_(local), exported_(exported), isType_(isType) in ExportSpecifier() 53 return isType_; in IsType() 65 bool isType_ { false };
|
H A D | importSpecifier.h | 37 : 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 D | exportSpecifier.cpp | 31 dumper->Add({{"type", "ExportSpecifier"}, {"local", local_}, {"exported", exported_}, {"isType", isType_}}); in Dump()
|
H A D | importSpecifier.cpp | 31 dumper->Add({{"type", "ImportSpecifier"}, {"local", local_}, {"imported", imported_}, {"isType", isType_}}); in Dump()
|
Completed in 2 milliseconds