10 #ifndef LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_PROGRAMSTATE_FWD_H
11 #define LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_PROGRAMSTATE_FWD_H
14 #include "llvm/ADT/IntrusiveRefCntPtr.h"
19 class ProgramStateManager;
IntrusiveRefCntPtr< const ProgramState > ProgramStateRef
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
void ProgramStateRelease(const ProgramState *state)
Decrement the number of times this state is referenced.
static void release(const clang::ento::ProgramState *state)
void ProgramStateRetain(const ProgramState *state)
Increments the number of times this state is referenced.
static void retain(const clang::ento::ProgramState *state)