clang API Documentation

Public Member Functions | Friends
clang::PostInitializer Class Reference

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 PostInitializer (const CXXCtorInitializer *I, const void *Loc, const LocationContext *L)
 Construct a PostInitializer point that represents a location after CXXCtorInitializer expression evaluation.
const CXXCtorInitializergetInitializer () const
const void * getLocationValue () const
 Returns the location of the field.

Friends

class ProgramPoint

Detailed Description

Definition at line 472 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::PostInitializer::PostInitializer ( const CXXCtorInitializer I,
const void *  Loc,
const LocationContext L 
) [inline]

Construct a PostInitializer point that represents a location after CXXCtorInitializer expression evaluation.

Parameters:
IThe initializer.
LocThe location of the field being initialized.

Definition at line 479 of file ProgramPoint.h.


Member Function Documentation

Definition at line 484 of file ProgramPoint.h.

References clang::ProgramPoint::getData1().

const void* clang::PostInitializer::getLocationValue ( ) const [inline]

Returns the location of the field.

Definition at line 489 of file ProgramPoint.h.

References clang::ProgramPoint::getData2().


Friends And Related Function Documentation

friend class ProgramPoint [friend]

Definition at line 494 of file ProgramPoint.h.


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