HomeSort by: relevance | last modified time | path
    Searched refs:PrettyStackTraceLocationContext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PrettyStackTraceLocationContext.h 1 //==- PrettyStackTraceLocationContext.h - show analysis backtrace --*- C++ -*-//
28 class PrettyStackTraceLocationContext : public llvm::PrettyStackTraceEntry {
31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) {
ExprEngineCallAndReturn.cpp 13 #include "PrettyStackTraceLocationContext.h"
47 PrettyStackTraceLocationContext CrashInfo(calleeCtx);
208 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext());
ExprEngine.cpp 16 #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 27 milliseconds