#include "clang-c/Index.h"
#include "clang/AST/ASTContext.h"
#include "clang/Basic/FileSystemOptions.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TargetOptions.h"
#include "clang/Lex/HeaderSearchOptions.h"
#include "clang/Lex/ModuleLoader.h"
#include "clang/Lex/PreprocessingRecord.h"
#include "clang/Sema/CodeCompleteConsumer.h"
#include "clang/Serialization/ASTBitCodes.h"
#include "clang/Frontend/PrecompiledPreamble.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/MD5.h"
#include <cassert>
#include <memory>
#include <string>
#include <sys/types.h>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| llvm |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
|
|
| clang |
| Dataflow Directional Tag Classes.
|
|
| clang::vfs |
|