Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp185 if (auto StmtElem = (*B)[Idx].getAs<CFGStmt>()) in getCalleeStackFrame() local
186 if (StmtElem->getStmt() == E) in getCalleeStackFrame()
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp6250 auto StmtElem = rbegin()->getAs<CFGStmt>(); in getLastCondition() local
6251 if (!StmtElem) in getLastCondition()
6254 const Stmt *Cond = StmtElem->getStmt(); in getLastCondition()