clang API Documentation
#include <ProgramPoint.h>
Public Member Functions | |
ImplicitCallPoint (const Decl *D, SourceLocation Loc, Kind K, const LocationContext *L, const ProgramPointTag *Tag) | |
const Decl * | getDecl () const |
SourceLocation | getLocation () const |
Protected Member Functions | |
ImplicitCallPoint () | |
Friends | |
class | ProgramPoint |
Represents an implicit call event.
The nearest statement is provided for diagnostic purposes.
Definition at line 504 of file ProgramPoint.h.
clang::ImplicitCallPoint::ImplicitCallPoint | ( | const Decl * | D, |
SourceLocation | Loc, | ||
Kind | K, | ||
const LocationContext * | L, | ||
const ProgramPointTag * | Tag | ||
) | [inline] |
Definition at line 506 of file ProgramPoint.h.
clang::ImplicitCallPoint::ImplicitCallPoint | ( | ) | [inline, protected] |
Definition at line 516 of file ProgramPoint.h.
const Decl* clang::ImplicitCallPoint::getDecl | ( | ) | const [inline] |
Definition at line 510 of file ProgramPoint.h.
References clang::ProgramPoint::getData2().
Referenced by llvm::DOTGraphTraits< ExplodedNode * >::getNodeLabel().
SourceLocation clang::ImplicitCallPoint::getLocation | ( | ) | const [inline] |
Definition at line 511 of file ProgramPoint.h.
References clang::ProgramPoint::getData1(), and clang::SourceLocation::getFromPtrEncoding().
Referenced by llvm::DOTGraphTraits< ExplodedNode * >::getNodeLabel().
friend class ProgramPoint [friend] |
Reimplemented in clang::PostImplicitCall, and clang::PreImplicitCall.
Definition at line 518 of file ProgramPoint.h.