Lines Matching refs:FilePath
428 SmallString<128> FilePath(Entry->getName()); in getBufferForFile() local
429 FixupRelativePath(FilePath); in getBufferForFile()
430 return FS->getBufferForFile(FilePath, FileSize, in getBufferForFile()
439 SmallString<128> FilePath(Filename); in getBufferForFile() local
440 FixupRelativePath(FilePath); in getBufferForFile()
441 return FS->getBufferForFile(FilePath.c_str(), -1, true, isVolatile); in getBufferForFile()
456 SmallString<128> FilePath(Path); in getStatValue() local
457 FixupRelativePath(FilePath); in getStatValue()
459 return FileSystemStatCache::get(FilePath.c_str(), Data, isFile, F, in getStatValue()
465 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
466 FixupRelativePath(FilePath); in getNoncachedStatValue()
468 llvm::ErrorOr<llvm::vfs::Status> S = FS->status(FilePath.c_str()); in getNoncachedStatValue()