Searched defs:StmtElem (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | CallEvent.cpp | 185 if (auto StmtElem = (*B)[Idx].getAs<CFGStmt>()) getCalleeStackFrame() local |
/llvm-project/clang/lib/Analysis/ | ||
H A D | CFG.cpp | 6250 auto StmtElem = rbegin()->getAs<CFGStmt>(); getLastCondition() local |