Searched refs:FrameworkPath (Results 1 – 1 of 1) sorted by relevance
496 StringRef FrameworkPath = FE->getDir()->getName(); in DoFrameworkLookup() local500 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath); in DoFrameworkLookup()506 if (llvm::sys::path::extension(FrameworkPath) == ".framework") { in DoFrameworkLookup()512 FrameworkPath = llvm::sys::path::parent_path(FrameworkPath); in DoFrameworkLookup()513 if (FrameworkPath.empty()) in DoFrameworkLookup()520 FE, FrameworkPath, RequestingModule, SuggestedModule, IsSystem)) in DoFrameworkLookup()