Lines Matching defs:ModulePath
9483 StringRef ModulePath;
9500 parseModuleReference(ModulePath) ||
9555 FS->setModulePath(ModulePath);
9571 StringRef ModulePath;
9585 parseModuleReference(ModulePath) ||
9613 GS->setModulePath(ModulePath);
9630 StringRef ModulePath;
9638 parseModuleReference(ModulePath) ||
9655 AS->setModulePath(ModulePath);
9661 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath);
10494 bool LLParser::parseModuleReference(StringRef &ModulePath) {
10505 ModulePath = I->second;