Lines Matching full:frameworkpath
419 StringRef FrameworkPath = FE->getName();
423 FrameworkPath = llvm::sys::path::parent_path(FrameworkPath);
424 if (FrameworkPath.empty())
428 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath);
434 if (llvm::sys::path::extension(FrameworkPath) == ".framework") {
444 = ::getTopFrameworkDir(FileMgr, FrameworkPath, SubmodulePath);