Lines Matching defs:importPath
123 const ir::StringLiteral *const importPath, bool overloadAllowed);
126 const ir::StringLiteral *importPath);
135 const ir::StringLiteral *const importPath);
141 const util::StringView &imported, const ir::StringLiteral *const importPath);
145 Variable *FindStaticBinding(const ArenaVector<parser::Program *> &recordRes, const ir::StringLiteral *importPath);
235 const ir::StringLiteral *const importPath);
268 util::StringView &imported, const ir::StringLiteral *const importPath)
271 auto checkImportPathAndName = [&importPath, &imported](const auto &savedSpecifier) {
272 return importPath->Str() != savedSpecifier.first && imported == savedSpecifier.second;
278 importSpecifiers_.emplace_back(importPath->Str(), imported);