clang
9.0.0
|
#include "clang/Basic/FileManager.h"
#include "clang/Basic/FileSystemStatCache.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstdint>
#include <cstdlib>
#include <string>
#include <utility>
Go to the source code of this file.
Functions | |
static const DirectoryEntry * | getDirectoryFromFile (FileManager &FileMgr, StringRef Filename, bool CacheFailure) |
Retrieve the directory that the given file name resides in. More... | |
|
static |
Retrieve the directory that the given file name resides in.
Filename can point to either a real file or a virtual file.
Definition at line 66 of file FileManager.cpp.
References clang::FileManager::getDirectory().
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().