|
clang
5.0.0
|
#include "clang/Lex/DirectoryLookup.h"#include "clang/Lex/ModuleMap.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/IntrusiveRefCntPtr.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringSet.h"#include "llvm/Support/Allocator.h"#include <memory>#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... | |
| 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 | |
| /file This file defines classes for searching and anlyzing source code clones. | |
1.8.6