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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp68 static const Stmt *GetNextStmt(const ExplodedNode *N) { function
105 return GetNextStmt(N);
175 if (const Stmt *S = GetNextStmt(N))
546 const Stmt *S = GetNextStmt(N);

Completed in 36 milliseconds