clang API Documentation

Public Member Functions | Protected Member Functions | Friends
clang::ImplicitCallPoint Class Reference

#include <ProgramPoint.h>

Inheritance diagram for clang::ImplicitCallPoint:
Inheritance graph
[legend]
Collaboration diagram for clang::ImplicitCallPoint:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ImplicitCallPoint (const Decl *D, SourceLocation Loc, Kind K, const LocationContext *L, const ProgramPointTag *Tag)
const DeclgetDecl () const
SourceLocation getLocation () const

Protected Member Functions

 ImplicitCallPoint ()

Friends

class ProgramPoint

Detailed Description

Represents an implicit call event.

The nearest statement is provided for diagnostic purposes.

Definition at line 504 of file ProgramPoint.h.


Constructor & Destructor Documentation

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.

Definition at line 516 of file ProgramPoint.h.


Member Function Documentation

const Decl* clang::ImplicitCallPoint::getDecl ( ) const [inline]

Friends And Related Function Documentation

friend class ProgramPoint [friend]

Reimplemented in clang::PostImplicitCall, and clang::PreImplicitCall.

Definition at line 518 of file ProgramPoint.h.


The documentation for this class was generated from the following file: