clang  5.0.0
Classes | Namespaces | Functions
ModuleManager.cpp File Reference
#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"
Include dependency graph for ModuleManager.cpp:

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)
 

Function Documentation

static bool checkSignature ( ASTFileSignature  Signature,
ASTFileSignature  ExpectedSignature,
std::string &  ErrorStr 
)
static

Definition at line 55 of file ModuleManager.cpp.

Referenced by clang::serialization::ModuleManager::addModule().

static void updateModuleImports ( ModuleFile MF,
ModuleFile ImportedBy,
SourceLocation  ImportLoc 
)
static