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

/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp193 Stmt *nextStmt = getNextStmt(E);
246 Stmt *getNextStmt(Expr *E) { function in class:__anon17701::RetainReleaseDeallocRemover
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp709 const Stmt *PathDiagnosticLocation::getNextStmt(const ExplodedNode *N) { function in class:PathDiagnosticLocation
746 S = getNextStmt(N);
H A DBugReporter.cpp365 if (const Stmt *S = PathDiagnosticLocation::getNextStmt(N))
637 const Stmt *S = PathDiagnosticLocation::getNextStmt(N);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h301 static const Stmt *getNextStmt(const ExplodedNode *N);

Completed in 270 milliseconds