Home
last modified time | relevance | path

Searched refs:StmtElem (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp185 if (auto StmtElem = (*B)[Idx].getAs<CFGStmt>()) in getCalleeStackFrame() local
186 if (StmtElem->getStmt() == E) in getCalleeStackFrame()
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCFG.cpp6238 auto StmtElem = rbegin()->getAs<CFGStmt>(); in getLastCondition() local
6239 if (!StmtElem) in getLastCondition()
6242 const Stmt *Cond = StmtElem->getStmt(); in getLastCondition()