|
clang
5.0.0
|
#include "clang/AST/Decl.h"#include "clang/Analysis/AnalysisContext.h"#include "clang/Analysis/ProgramPoint.h"#include "clang/Analysis/Support/BumpVector.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"#include "llvm/ADT/DepthFirstIterator.h"#include "llvm/ADT/FoldingSet.h"#include "llvm/ADT/GraphTraits.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/Casting.h"#include <memory>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::ento | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
Typedefs | |
| typedef llvm::DenseMap< const ExplodedNode *, const ExplodedNode * > | clang::ento::InterExplodedGraphMap |
1.8.6