Searched defs:imported (Results 1 – 12 of 12) sorted by relevance
26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier()
36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType) in ImportSpecifier()
158 bool imported = true; // used only by irbuild to convert to ascii variable
89 void SetIsImported(bool imported) in SetIsImported()124 void SetIsImportedDecl(bool imported) in SetIsImportedDecl()
385 const auto imported = specifier->AsImportSpecifier()->Imported()->Name(); in GenImportDeclaration() local
533 Variable *ETSBinder::FindImportSpecifiersVariable(const util::StringView &imported, in FindImportSpecifiersVariable()586 const auto &imported = importSpecifier->Imported()->AsIdentifier()->Name(); in AddImportSpecifiersToTopBindings() local
236 bool imported; variable
1725 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedImportSpecifiers() local
3266 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident(), Allocator()); in ParseNamedSpecifiers() local3340 auto *imported = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseImportDefaultSpecifier() local
240 const auto *imported = importSpec->Imported(); in VisitImportSpecifier() local
2922 auto *imported = AllocNode<ir::Identifier>(importedToken.Ident()); in ParseNamedImportSpecifiers() local
1579 … "C" es2panda_AstNode *CreateImportSpecifier(es2panda_Context *context, es2panda_AstNode *imported, in CreateImportSpecifier()