clang API Documentation
#include <ProgramPoint.h>
Public Member Functions | |
PreStmt (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, const Stmt *SubStmt=nullptr) | |
const Stmt * | getSubStmt () const |
Friends | |
class | ProgramPoint |
Definition at line 263 of file ProgramPoint.h.
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.
const Stmt* clang::PreStmt::getSubStmt | ( | ) | const [inline] |
Definition at line 269 of file ProgramPoint.h.
References clang::ProgramPoint::getData2().
friend class ProgramPoint [friend] |
Reimplemented from clang::StmtPoint.
Definition at line 272 of file ProgramPoint.h.