clang API Documentation
#include "clang/Analysis/AnalysisContext.h"#include "clang/Analysis/CFG.h"#include "llvm/ADT/GraphTraits.h"#include "llvm/Support/GenericDomTree.h"#include "llvm/Support/GenericDomTreeConstruction.h"

Go to the source code of this file.
Classes | |
| class | clang::DominatorTree |
| Concrete subclass of DominatorTreeBase for Clang This class implements the dominators tree functionality given a Clang CFG. More... | |
| struct | llvm::GraphTraits< ::clang::DomTreeNode * > |
| struct | llvm::GraphTraits< ::clang::DominatorTree * > |
Namespaces | |
| namespace | llvm |
| namespace | clang |
Typedefs | |
| typedef llvm::DomTreeNodeBase < CFGBlock > | clang::DomTreeNode |