clang 20.0.0git
|
#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 |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::dataflow |
Dataflow Directional Tag Classes. | |
namespace | clang::dataflow::internal |