Home
last modified time | relevance | path

Searched refs:PrettyStackTraceLocationContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h28 class PrettyStackTraceLocationContext : public llvm::PrettyStackTraceEntry {
31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext() function
H A DExprEngineCallAndReturn.cpp13 #include "PrettyStackTraceLocationContext.h"
48 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter()
256 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit()
H A DExprEngine.cpp16 #include "PrettyStackTraceLocationContext.h"
962 PrettyStackTraceLocationContext CrashInfo(getRootLocationContext()); in processEndWorklist()
968 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGElement()
2518 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGBlockEntrance()
2774 PrettyStackTraceLocationContext StackCrashInfo(LCtx); in processBranch()
2860 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processIndirectGoto()
2984 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processSwitch()