|
clang
3.8.0
|
#include "clang/AST/DeclBase.h"#include "clang/AST/RecursiveASTVisitor.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/GraphTraits.h"#include "llvm/ADT/SetVector.h"Go to the source code of this file.
Classes | |
| class | clang::CallGraph |
| The AST-based call graph. More... | |
| class | clang::CallGraphNode |
| struct | llvm::GraphTraits< clang::CallGraphNode * > |
| struct | llvm::GraphTraits< const clang::CallGraphNode * > |
| struct | llvm::GraphTraits< clang::CallGraph * > |
| struct | llvm::GraphTraits< const clang::CallGraph * > |
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
1.8.6