Lines Matching defs:ModulePath
9381 StringRef ModulePath;
9398 parseModuleReference(ModulePath) ||
9453 FS->setModulePath(ModulePath);
9469 StringRef ModulePath;
9483 parseModuleReference(ModulePath) ||
9511 GS->setModulePath(ModulePath);
9528 StringRef ModulePath;
9536 parseModuleReference(ModulePath) ||
9553 AS->setModulePath(ModulePath);
9559 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath);
10391 bool LLParser::parseModuleReference(StringRef &ModulePath) {
10402 ModulePath = I->second;