clang 24.0.0git
AdornedCFG.h File Reference
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Stmt.h"
#include "clang/Analysis/CFG.h"
#include "clang/Analysis/FlowSensitive/ASTOps.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/Error.h"
#include <memory>
#include <utility>

Go to the source code of this file.

Classes

class  clang::dataflow::internal::StmtToBlockMap
class  clang::dataflow::AdornedCFG
 Holds CFG with additional information derived from it that is needed to perform dataflow analysis. More...

Namespaces

namespace  clang
 Top level wrappers for InstallAPI frontend operations.
namespace  clang::dataflow
 Dataflow Directional Tag Classes.
namespace  clang::dataflow::internal