|
clang 22.0.0git
|
#include "clang/Basic/CharInfo.h"#include "clang/Frontend/Utils.h"#include "clang/Lex/Preprocessor.h"#include "clang/Serialization/ASTReader.h"#include "llvm/Config/llvm-config.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 | isCaseSensitivePath (llvm::vfs::FileSystem &VFS, StringRef Path) |
|
static |
Definition at line 94 of file ModuleDependencyCollector.cpp.
References clang::C, and clang::toUppercase().
Referenced by clang::ModuleDependencyCollector::writeFileMap().