clang API Documentation

Classes | Namespaces | Typedefs
ProgramState.h File Reference
#include "clang/Basic/LLVM.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/Environment.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/ImmutableMap.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/Allocator.h"
Include dependency graph for ProgramState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  clang::ento::ProgramStateTrait< T >
class  clang::ento::ProgramState
class  clang::ento::ProgramStateManager
class  clang::ento::ScanReachableSymbols

Namespaces

namespace  llvm
namespace  clang
namespace  clang::ento

Typedefs

typedef std::unique_ptr
< ConstraintManager >(* 
clang::ento::ConstraintManagerCreator )(ProgramStateManager &, SubEngine *)
typedef std::unique_ptr
< StoreManager >(* 
clang::ento::StoreManagerCreator )(ProgramStateManager &)