clang 22.0.0git
ModuleMap.h File Reference
#include "clang/Basic/IdentifierTable.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/Module.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Lex/ModuleMapFile.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/TinyPtrVector.h"
#include "llvm/ADT/Twine.h"
#include <ctime>
#include <memory>
#include <optional>
#include <string>
#include <utility>

Go to the source code of this file.

Classes

class  clang::ModuleMapCallbacks
 A mechanism to observe the actions of the module map loader as it reads module map files. More...
class  clang::ModuleMap
class  clang::ModuleMap::KnownHeader
 A header that is known to reside within a given module, whether it was included or excluded. More...

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.