clang
3.9.0
|
#include "clang/Basic/CharInfo.h"
#include "clang/Frontend/Utils.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Serialization/ASTReader.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static bool | real_path (StringRef SrcPath, SmallVectorImpl< char > &RealPath) |
static bool | isCaseSensitivePath (StringRef Path) |
|
static |
Definition at line 110 of file ModuleDependencyCollector.cpp.
References real_path(), and clang::toUppercase().
Referenced by clang::ModuleDependencyCollector::writeFileMap().
|
static |
Definition at line 84 of file ModuleDependencyCollector.cpp.
Referenced by isCaseSensitivePath().