clang API Documentation
#include <ProgramPoint.h>
Public Member Functions | |
CallExitEnd (const StackFrameContext *CalleeCtx, const LocationContext *CallerCtx) | |
const StackFrameContext * | getCalleeContext () const |
Friends | |
class | ProgramPoint |
Represents a point when we finish the call exit sequence (for inlined call).
Definition at line 608 of file ProgramPoint.h.
clang::CallExitEnd::CallExitEnd | ( | const StackFrameContext * | CalleeCtx, |
const LocationContext * | CallerCtx | ||
) | [inline] |
Definition at line 611 of file ProgramPoint.h.
const StackFrameContext* clang::CallExitEnd::getCalleeContext | ( | ) | const [inline] |
Definition at line 615 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by clang::ento::PathDiagnosticCallPiece::construct(), clang::ento::StackHintGeneratorForSymbol::getMessage(), and wasSynthesizedProperty().
friend class ProgramPoint [friend] |
Definition at line 620 of file ProgramPoint.h.