|
clang
5.0.0
|
#include <vector>#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/BitVector.h"#include "clang/Analysis/AnalysisContext.h"#include "clang/Analysis/CFG.h"Go to the source code of this file.
Classes | |
| class | clang::PostOrderCFGView |
| class | clang::PostOrderCFGView::CFGBlockSet |
| Implements a set of CFGBlocks using a BitVector. More... | |
| struct | clang::PostOrderCFGView::CFGBlockSet::iterator |
| struct | clang::PostOrderCFGView::BlockOrderCompare |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
1.8.6