clang API Documentation
#include <BlkExprDeclBitVector.h>


Public Member Functions | |
| AnalysisDataTy () | |
| virtual | ~AnalysisDataTy () |
| void | setContext (ASTContext &c) |
| ASTContext & | getContext () |
| void | setCFG (CFG &c) |
| CFG & | getCFG () |
| bool | isTracked (const Stmt *S) |
| unsigned | getIdx (const Stmt *S) const |
| unsigned | getNumBlkExprs () const |
Definition at line 173 of file BlkExprDeclBitVector.h.
| clang::StmtDeclBitVector_Types::AnalysisDataTy::AnalysisDataTy | ( | ) | [inline] |
Reimplemented from clang::DeclBitVector_Types::AnalysisDataTy.
Definition at line 177 of file BlkExprDeclBitVector.h.
| virtual clang::StmtDeclBitVector_Types::AnalysisDataTy::~AnalysisDataTy | ( | ) | [inline, virtual] |
Reimplemented from clang::DeclBitVector_Types::AnalysisDataTy.
Definition at line 178 of file BlkExprDeclBitVector.h.
| CFG& clang::StmtDeclBitVector_Types::AnalysisDataTy::getCFG | ( | ) | [inline] |
Definition at line 187 of file BlkExprDeclBitVector.h.
| ASTContext& clang::StmtDeclBitVector_Types::AnalysisDataTy::getContext | ( | ) | [inline] |
Definition at line 181 of file BlkExprDeclBitVector.h.
| unsigned clang::StmtDeclBitVector_Types::AnalysisDataTy::getIdx | ( | const Stmt * | S | ) | const [inline] |
Definition at line 192 of file BlkExprDeclBitVector.h.
References clang::CFG::getBlkExprNum().
Referenced by clang::StmtDeclBitVector_Types::ValTy::operator()().
| unsigned clang::StmtDeclBitVector_Types::AnalysisDataTy::getNumBlkExprs | ( | ) | const [inline] |
Definition at line 199 of file BlkExprDeclBitVector.h.
References clang::CFG::getNumBlkExprs().
Referenced by clang::StmtDeclBitVector_Types::ValTy::resetBlkExprValues(), and clang::StmtDeclBitVector_Types::ValTy::setBlkExprValues().
| bool clang::StmtDeclBitVector_Types::AnalysisDataTy::isTracked | ( | const Stmt * | S | ) | [inline] |
Definition at line 189 of file BlkExprDeclBitVector.h.
References clang::CFG::isBlkExpr().
| void clang::StmtDeclBitVector_Types::AnalysisDataTy::setCFG | ( | CFG & | c | ) | [inline] |
Definition at line 186 of file BlkExprDeclBitVector.h.
| void clang::StmtDeclBitVector_Types::AnalysisDataTy::setContext | ( | ASTContext & | c | ) | [inline] |
Definition at line 180 of file BlkExprDeclBitVector.h.