clang
3.9.0
|
#include "clang/Lex/Preprocessor.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/HeaderSearch.h"
#include "clang/Lex/LexDiagnostic.h"
#include "clang/Lex/MacroInfo.h"
#include "clang/Lex/PTHManager.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
Functions | |
static void | computeRelativePath (FileManager &FM, const DirectoryEntry *Dir, const FileEntry *File, SmallString< 128 > &Result) |
Compute the relative path that names the given file relative to the given directory. More... | |
|
static |
Compute the relative path that names the given file relative to the given directory.
Definition at line 233 of file PPLexerChange.cpp.
References FilePath, clang::FileEntry::getDir(), clang::FileManager::getDirectory(), clang::DirectoryEntry::getName(), and clang::FileEntry::getName().
Referenced by clang::Preprocessor::HandleEndOfFile().