clang API Documentation

Public Member Functions | Friends
clang::PreStmt Class Reference

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 PreStmt (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, const Stmt *SubStmt=nullptr)
const StmtgetSubStmt () const

Friends

class ProgramPoint

Detailed Description

Definition at line 263 of file ProgramPoint.h.


Constructor & Destructor Documentation

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

Definition at line 265 of file ProgramPoint.h.


Member Function Documentation

const Stmt* clang::PreStmt::getSubStmt ( ) const [inline]

Definition at line 269 of file ProgramPoint.h.

References clang::ProgramPoint::getData2().


Friends And Related Function Documentation

friend class ProgramPoint [friend]

Reimplemented from clang::StmtPoint.

Definition at line 272 of file ProgramPoint.h.


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