the methods of CFGBlock.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45925
91177308-0d34-0410-b5e6-
96231b3b80d8
#ifndef LLVM_CLANG_ANALYSIS_PROGRAM_POINT
#define LLVM_CLANG_ANALYSIS_PROGRAM_POINT
+#include "clang/AST/CFG.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/ADT/DenseMap.h"
#include <cassert>
namespace clang {
-
- class CFG;
- class CFGBlock;
- class Stmt;
-
+
class ProgramPoint {
public:
enum Kind { BlockEntranceKind=0, PostStmtKind=1, BlockExitKind=2,