clang API Documentation

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

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 PostStmt (const Stmt *S, Kind k, const LocationContext *L, const ProgramPointTag *tag=nullptr)
 PostStmt (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=nullptr)

Protected Member Functions

 PostStmt ()
 PostStmt (const Stmt *S, const void *data, Kind k, const LocationContext *L, const ProgramPointTag *tag=nullptr)

Friends

class ProgramPoint

Detailed Description

Definition at line 279 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::PostStmt::PostStmt ( ) [inline, protected]

Definition at line 281 of file ProgramPoint.h.

clang::PostStmt::PostStmt ( const Stmt S,
const void *  data,
Kind  k,
const LocationContext L,
const ProgramPointTag tag = nullptr 
) [inline, protected]

Definition at line 282 of file ProgramPoint.h.

clang::PostStmt::PostStmt ( const Stmt S,
Kind  k,
const LocationContext L,
const ProgramPointTag tag = nullptr 
) [inline, explicit]

Definition at line 287 of file ProgramPoint.h.

clang::PostStmt::PostStmt ( const Stmt S,
const LocationContext L,
const ProgramPointTag tag = nullptr 
) [inline, explicit]

Definition at line 291 of file ProgramPoint.h.


Friends And Related Function Documentation

friend class ProgramPoint [friend]

Reimplemented from clang::StmtPoint.

Reimplemented in clang::PostLValue, clang::PostStore, clang::PostLoad, and clang::PostCondition.

Definition at line 296 of file ProgramPoint.h.


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