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

/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp187 Stmt *nextStmt = getNextStmt(E);
236 Stmt *getNextStmt(Expr *E) { function in class:__anon1085::RetainReleaseDeallocRemover
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp705 const Stmt *PathDiagnosticLocation::getNextStmt(const ExplodedNode *N) { function in class:PathDiagnosticLocation
742 S = getNextStmt(N);
H A DBugReporter.cpp365 if (const Stmt *S = PathDiagnosticLocation::getNextStmt(N))
633 const Stmt *S = PathDiagnosticLocation::getNextStmt(N);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h305 static const Stmt *getNextStmt(const ExplodedNode *N);

Completed in 688 milliseconds