|
clang 24.0.0git
|
#include "clang/Basic/DiagnosticFrontend.h"#include "clang/Basic/FileManager.h"#include "clang/Basic/MakeSupport.h"#include "clang/Basic/SourceManager.h"#include "clang/Frontend/DependencyOutputOptions.h"#include "clang/Frontend/Utils.h"#include "clang/Lex/DirectoryLookup.h"#include "clang/Lex/ModuleMap.h"#include "clang/Lex/PPCallbacks.h"#include "clang/Lex/Preprocessor.h"#include "clang/Serialization/ASTReader.h"#include "llvm/ADT/StringSet.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/Path.h"#include "llvm/Support/raw_ostream.h"#include <optional>Go to the source code of this file.
Functions | |
| static bool | isSpecialFilename (StringRef Filename) |
|
static |
Definition at line 220 of file DependencyFile.cpp.
Referenced by clang::DependencyCollector::sawDependency(), and clang::DependencyFileGenerator::sawDependency().