clang 22.0.0git
Dataflow.h File Reference
#include "clang/Analysis/Analyses/LifetimeSafety/Facts.h"
#include "clang/Analysis/AnalysisDeclContext.h"
#include "clang/Analysis/CFG.h"
#include "clang/Analysis/FlowSensitive/DataflowWorklist.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TimeProfiler.h"
#include <optional>

Go to the source code of this file.

Classes

class  clang::lifetimes::internal::DataflowAnalysis< Derived, LatticeType, Dir >
 A generic, policy-based driver for dataflow analyses. More...

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::lifetimes
namespace  clang::lifetimes::internal

Enumerations

enum class  clang::lifetimes::internal::Direction { clang::lifetimes::internal::Forward , clang::lifetimes::internal::Backward }