clang 22.0.0git
|
#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 LocationContext * | findTopAutosynthesizedParentContext (const LocationContext *LC) |
using ExplodedNodeVector = BumpVector<ExplodedNode *> |
Definition at line 199 of file ExplodedGraph.cpp.
using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *> |
Definition at line 200 of file ExplodedGraph.cpp.
|
static |
Definition at line 305 of file ExplodedGraph.cpp.
References clang::LocationContext::getAnalysisDeclContext(), clang::LocationContext::getParent(), and clang::AnalysisDeclContext::isBodyAutosynthesized().
Referenced by clang::ento::ExplodedNode::getStmtForDiagnostics().