clang 19.0.0git
Classes | Namespaces | Macros
StorageLocation.h File Reference
#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"
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "dataflow"

Definition at line 23 of file StorageLocation.h.