Home
last modified time | relevance | path

Searched refs:getNextStmt (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp192 Stmt *nextStmt = getNextStmt(E); in isReturnedAfterAutorelease()
241 Stmt *getNextStmt(Expr *E) { in getNextStmt() function in __anon5333ae570111::RetainReleaseDeallocRemover
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp797 const Stmt *PathDiagnosticLocation::getNextStmt(const ExplodedNode *N) { in getNextStmt() function in PathDiagnosticLocation
839 S = getNextStmt(N); in createEndOfPath()
H A DBugReporter.cpp389 if (const Stmt *S = PathDiagnosticLocation::getNextStmt(N)) in ExecutionContinues()
693 if (const Stmt *S = PathDiagnosticLocation::getNextStmt(N)) in generateMinimalDiagForBlockEdge()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h334 static const Stmt *getNextStmt(const ExplodedNode *N);