clang 22.0.0git
ExplodedGraph.cpp File Reference
#include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprObjC.h"
#include "clang/AST/ParentMap.h"
#include "clang/AST/Stmt.h"
#include "clang/Analysis/CFGStmtMap.h"
#include "clang/Analysis/ProgramPoint.h"
#include "clang/Analysis/Support/BumpVector.h"
#include "clang/Basic/LLVM.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/PointerUnion.h"
#include <cassert>
#include <memory>
#include <optional>

Go to the source code of this file.

Typedefs

using ExplodedNodeVector = BumpVector<ExplodedNode *>
using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *>

Functions

static const LocationContextfindTopAutosynthesizedParentContext (const LocationContext *LC)

Typedef Documentation

◆ ExplodedNodeVector

Definition at line 199 of file ExplodedGraph.cpp.

◆ GroupStorage

using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *>

Definition at line 200 of file ExplodedGraph.cpp.

Function Documentation

◆ findTopAutosynthesizedParentContext()