Searched refs:ModMapFile (Results 1 – 2 of 2) sorted by relevance
1051 if (OptionalFileEntryRef ModMapFile = in inferFrameworkModule() local1055 parseAndLoadModuleMapFile(*ModMapFile, Attrs.IsSystem, *ParentDir); in inferFrameworkModule()
6139 auto ModMapFile = FileMgr.getOptionalFileRef(F.ModuleMapPath); in ReadSubmoduleBlock() local6140 if (CurModMapFile && ModMapFile && CurModMapFile != ModMapFile) in ReadSubmoduleBlock()6142 << CurModMapFile->getName() << ModMapFile->getName(); in ReadSubmoduleBlock()