Searched refs:FrameworkPath (Results 1 – 1 of 1) sorted by relevance
557 StringRef FrameworkPath = FE->getDir()->getName(); in DoFrameworkLookup() local561 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath); in DoFrameworkLookup()567 if (llvm::sys::path::extension(FrameworkPath) == ".framework") { in DoFrameworkLookup()573 FrameworkPath = llvm::sys::path::parent_path(FrameworkPath); in DoFrameworkLookup()574 if (FrameworkPath.empty()) in DoFrameworkLookup()581 FE, FrameworkPath, RequestingModule, SuggestedModule, IsSystem)) in DoFrameworkLookup()