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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h1 //==- PrettyStackTraceLocationContext.h - show analysis backtrace --*- C++ -*-//
28 class PrettyStackTraceLocationContext : public llvm::PrettyStackTraceEntry { class in namespace:clang::ento
31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { function in class:clang::ento::PrettyStackTraceLocationContext
H A DExprEngineCallAndReturn.cpp13 #include "PrettyStackTraceLocationContext.h"
47 PrettyStackTraceLocationContext CrashInfo(calleeCtx);
208 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext());
H A DExprEngine.cpp16 #include "PrettyStackTraceLocationContext.h"
629 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
1962 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
2223 PrettyStackTraceLocationContext StackCrashInfo(LCtx);
2298 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
2423 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());

Completed in 191 milliseconds