Searched defs:currStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h73 /// currStmt - The current block-level statement.
74 const Stmt *currStmt; member in class:clang::ento::ExprEngine
/external/clang/lib/Analysis/
H A DCFG.cpp3486 unsigned currStmt; member in class:__anon3539::StmtPrinterHelper
3491 : currentBlock(0), currStmt(0), LangOpts(LO)
3552 void setStmtID(unsigned i) { currStmt = i; }
3561 && I->second.second == currStmt) {
3576 && I->second.second == currStmt) {

Completed in 51 milliseconds