clang 17.0.0git
|
#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
#include "clang/AST/TypeOrdering.h"
#include "clang/Analysis/FlowSensitive/Arena.h"
#include "clang/Analysis/FlowSensitive/ControlFlowContext.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/Support/Compiler.h"
#include <cassert>
#include <memory>
#include <optional>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::dataflow::ContextSensitiveOptions |
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 |
namespace | clang::dataflow |
Dataflow Directional Tag Classes. | |
Functions | |
const Expr & | clang::dataflow::ignoreCFGOmittedNodes (const Expr &E) |
Skip past nodes that the CFG does not emit. | |
const Stmt & | clang::dataflow::ignoreCFGOmittedNodes (const Stmt &S) |
llvm::DenseSet< const FieldDecl * > | clang::dataflow::getObjectFields (QualType Type) |
Returns the set of all fields in the type. | |