Home | History | Annotate | Download | only in Lex

Lines Matching full:frameworkpath

495     StringRef FrameworkPath = FE->getDir()->getName();
499 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath);
505 if (llvm::sys::path::extension(FrameworkPath) == ".framework") {
511 FrameworkPath = llvm::sys::path::parent_path(FrameworkPath);
512 if (FrameworkPath.empty())
519 FE, FrameworkPath, RequestingModule, SuggestedModule, IsSystem))