clang API Documentation
#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 "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. |
static void computeRelativePath | ( | FileManager & | FM, |
const DirectoryEntry * | Dir, | ||
const FileEntry * | File, | ||
SmallString< 128 > & | Result | ||
) | [static] |
Compute the relative path that names the given file relative to the given directory.
Definition at line 232 of file PPLexerChange.cpp.
References clang::FileEntry::getDir(), clang::FileManager::getDirectory(), clang::DirectoryEntry::getName(), and clang::FileEntry::getName().
Referenced by clang::Preprocessor::HandleEndOfFile().