|
clang
5.0.0
|
#include "clang/Serialization/ModuleManager.h"#include "clang/Basic/MemoryBufferCache.h"#include "clang/Frontend/PCHContainerOperations.h"#include "clang/Lex/HeaderSearch.h"#include "clang/Lex/ModuleMap.h"#include "clang/Serialization/GlobalModuleIndex.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Path.h"#include <system_error>#include "llvm/Support/GraphWriter.h"Go to the source code of this file.
Classes | |
| struct | llvm::GraphTraits< ModuleManager > |
| struct | llvm::DOTGraphTraits< ModuleManager > |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
Functions | |
| static bool | checkSignature (ASTFileSignature Signature, ASTFileSignature ExpectedSignature, std::string &ErrorStr) |
| static void | updateModuleImports (ModuleFile &MF, ModuleFile *ImportedBy, SourceLocation ImportLoc) |
|
static |
Definition at line 55 of file ModuleManager.cpp.
Referenced by clang::serialization::ModuleManager::addModule().
|
static |
Definition at line 66 of file ModuleManager.cpp.
References clang::serialization::ModuleFile::DirectlyImported, clang::serialization::ModuleFile::ImportedBy, clang::serialization::ModuleFile::ImportLoc, and clang::serialization::ModuleFile::Imports.
Referenced by clang::serialization::ModuleManager::addModule().
1.8.6