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