clang 20.0.0git
|
#include "clang/AST/Decl.h"
#include "clang/AST/Type.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/Debug.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | clang::dataflow::StorageLocation |
Base class for elements of the local variable store and of the heap. More... | |
class | clang::dataflow::ScalarStorageLocation |
A storage location that is not subdivided further for the purposes of abstract interpretation. More... | |
class | clang::dataflow::RecordStorageLocation |
A storage location for a record (struct, class, or union). More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::dataflow |
Dataflow Directional Tag Classes. | |
Macros | |
#define | DEBUG_TYPE "dataflow" |
#define DEBUG_TYPE "dataflow" |
Definition at line 23 of file StorageLocation.h.