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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp74 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { function
168 std::tie(LastSt, Blk) = getLastStmt(Pred);
237 std::tie(LastSt, Blk) = getLastStmt(CEBNode);
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp998 const Stmt *LastStmt = getLastStmt(*P);
1048 static const Stmt *getLastStmt(const CFGBlock &B) { function in class:__anon1780::FallthroughMapper

Completed in 217 milliseconds