clang API Documentation
#include <ProgramPoint.h>


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 CXXCtorInitializer * | getInitializer () const |
| const void * | getLocationValue () const |
| Returns the location of the field. | |
Friends | |
| class | ProgramPoint |
Definition at line 472 of file ProgramPoint.h.
| 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.
| I | The initializer. |
| Loc | The location of the field being initialized. |
Definition at line 479 of file ProgramPoint.h.
| const CXXCtorInitializer* clang::PostInitializer::getInitializer | ( | ) | const [inline] |
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().
friend class ProgramPoint [friend] |
Definition at line 494 of file ProgramPoint.h.