|
clang 24.0.0git
|
#include "clang/AST/Decl.h"#include "clang/AST/Expr.h"#include "clang/AST/Type.h"#include "clang/AST/TypeOrdering.h"#include "clang/Analysis/FlowSensitive/ASTOps.h"#include "clang/Analysis/FlowSensitive/AdornedCFG.h"#include "clang/Analysis/FlowSensitive/Arena.h"#include "clang/Analysis/FlowSensitive/Solver.h"#include "clang/Analysis/FlowSensitive/StorageLocation.h"#include "clang/Analysis/FlowSensitive/Value.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/SetVector.h"#include "llvm/Support/Compiler.h"#include <cassert>#include <memory>#include <optional>Go to the source code of this file.
Classes | |
| struct | clang::dataflow::ContextSensitiveOptions |
| struct | clang::dataflow::SimpleLogicalContext |
| A simple representation of essential elements of the logical context used in environments. More... | |
| class | clang::dataflow::DataflowAnalysisContext |
| Owns objects that encompass the state of a program and stores context that is used during dataflow analysis. More... | |
| struct | clang::dataflow::DataflowAnalysisContext::Options |
Namespaces | |
| namespace | clang |
| Top level wrappers for InstallAPI frontend operations. | |
| namespace | clang::dataflow |