clang
9.0.0
|
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/DirectoryLookup.h"
#include "clang/Lex/HeaderMap.h"
#include "clang/Lex/ModuleMap.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include <cassert>
#include <cstddef>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::HeaderFileInfo |
The preprocessor keeps track of this information for each file that is #included. More... | |
class | clang::ExternalHeaderFileInfoSource |
An external source of header file information, which may supply information about header files already included. More... | |
struct | clang::FrameworkCacheEntry |
This structure is used to record entries in our framework cache. More... | |
class | clang::HeaderSearch |
Encapsulates the information needed to find the file referenced by a #include or #include_next, (sub-)framework lookup, etc. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |