Lines Matching refs:StringView
31 util::StringView name;
54 ir::VariableDeclaration *CreateVariableDeclarationWithIdentify(util::StringView name,
60 util::StringView paramName,
62 ir::Expression *CreateTsModuleParam(util::StringView paramName, bool isExport);
63 ir::ExpressionStatement *CreateTsModuleAssignment(util::StringView name);
65 util::StringView GetNameFromModuleDeclaration(ir::TSModuleDeclaration *node) const;
66 util::StringView GetParamName(ir::TSModuleDeclaration *node, util::StringView name) const;
67 binder::Scope *FindExportVariableInTsModuleScope(util::StringView name) const;
69 void AddExportLocalEntryItem(util::StringView name, const ir::Identifier *identifier);
103 util::StringView GetCurrentTSModuleName() const in GetCurrentTSModuleName()
108 util::StringView FindTSModuleNameByScope(binder::Scope *scope) const in FindTSModuleNameByScope()