clang 20.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 "llvm/ADT/SmallVector.h"
#include "llvm/Support/Casting.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 201 of file ExplodedGraph.cpp.
using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *> |
Definition at line 202 of file ExplodedGraph.cpp.
|
static |
Definition at line 307 of file ExplodedGraph.cpp.
References clang::LocationContext::getAnalysisDeclContext(), clang::LocationContext::getParent(), and clang::AnalysisDeclContext::isBodyAutosynthesized().
Referenced by clang::ento::ExplodedNode::getStmtForDiagnostics().