clang API Documentation
#include <CFG.h>

Public Types | |
| typedef llvm::DenseMap< const Stmt *, const CFGBlock * > | ForcedBlkExprs |
Public Member Functions | |
| bool | alwaysAdd (const Stmt *stmt) const |
| BuildOptions & | setAlwaysAdd (Stmt::StmtClass stmtClass, bool val=true) |
| BuildOptions & | setAllAlwaysAdd () |
| BuildOptions () | |
Public Attributes | |
| ForcedBlkExprs ** | forcedBlkExprs |
| bool | PruneTriviallyFalseEdges |
| bool | AddEHEdges |
| bool | AddInitializers |
| bool | AddImplicitDtors |
| typedef llvm::DenseMap<const Stmt *, const CFGBlock*> clang::CFG::BuildOptions::ForcedBlkExprs |
| bool clang::CFG::BuildOptions::alwaysAdd | ( | const Stmt * | stmt | ) | const [inline] |
Definition at line 572 of file CFG.h.
References clang::Stmt::getStmtClass().
| BuildOptions& clang::CFG::BuildOptions::setAllAlwaysAdd | ( | ) | [inline] |
Definition at line 581 of file CFG.h.
Referenced by clang::ento::AnalysisManager::AnalysisManager(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
| BuildOptions& clang::CFG::BuildOptions::setAlwaysAdd | ( | Stmt::StmtClass | stmtClass, |
| bool | val = true |
||
| ) | [inline] |
Definition at line 576 of file CFG.h.
Referenced by clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 568 of file CFG.h.
Referenced by clang::reachable_code::FindUnreachableCode(), clang::AnalysisDeclContext::getAddEHEdges(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 570 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getAddImplicitDtors(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 569 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getAddInitializers(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 565 of file CFG.h.
Referenced by clang::AnalysisDeclContext::AnalysisDeclContext().
Definition at line 567 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getCFG(), clang::AnalysisDeclContext::getUnoptimizedCFG(), clang::AnalysisDeclContext::getUseUnoptimizedCFG(), clang::AnalysisDeclContextManager::getUseUnoptimizedCFG(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().