|
clang
5.0.0
|
#include "clang/Basic/CharInfo.h"#include "clang/Frontend/Utils.h"#include "clang/Lex/Preprocessor.h"#include "clang/Serialization/ASTReader.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 129 of file ModuleDependencyCollector.cpp.
References real_path(), and clang::toUppercase().
Referenced by clang::ModuleDependencyCollector::writeFileMap().
|
static |
Definition at line 101 of file ModuleDependencyCollector.cpp.
Referenced by isCaseSensitivePath().
1.8.6