|
clang
3.8.0
|
#include "clang/Basic/LLVM.h"#include "llvm/ADT/IntrusiveRefCntPtr.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/StringRef.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | clang::HeaderSearchOptions |
| HeaderSearchOptions - Helper class for storing options related to the initialization of the HeaderSearch object. More... | |
| struct | clang::HeaderSearchOptions::Entry |
| struct | clang::HeaderSearchOptions::SystemHeaderPrefix |
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
| clang::frontend | |
Enumerations | |
| enum | clang::frontend::IncludeDirGroup { clang::frontend::Quoted = 0, clang::frontend::Angled, clang::frontend::IndexHeaderMap, clang::frontend::System, clang::frontend::ExternCSystem, clang::frontend::CSystem, clang::frontend::CXXSystem, clang::frontend::ObjCSystem, clang::frontend::ObjCXXSystem, clang::frontend::After } |
| IncludeDirGroup - Identifies the group an include Entry belongs to, representing its relative positive in the search list. More... | |
1.8.6