Searched refs:getLastStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp74 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { function
167 std::tie(LastSt, Blk) = getLastStmt(Pred);
218 std::tie(LastSt, Blk) = getLastStmt(CEBNode);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1137 const Stmt *LastStmt = getLastStmt(*P);
1192 static const Stmt *getLastStmt(const CFGBlock &B) { function in class:__anon587::FallthroughMapper

Completed in 94 milliseconds