| clang 22.0.0git
    | 
#include "clang/AST/Stmt.h"#include "clang/Analysis/FlowSensitive/DataflowAnalysisContext.h"#include "clang/Analysis/FlowSensitive/DataflowEnvironment.h"#include "clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h"Go to the source code of this file.
| Classes | |
| class | clang::dataflow::StmtToEnvMap | 
| Maps statements to the environments of basic blocks that contain them.  More... | |
| Namespaces | |
| namespace | clang | 
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::dataflow | 
| Dataflow Directional Tag Classes. | |
| Functions | |
| void | clang::dataflow::transfer (const StmtToEnvMap &StmtToEnv, const Stmt &S, Environment &Env, Environment::ValueModel &Model) | 
| Evaluates S and updates Env accordingly. | |