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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp193 Stmt *nextStmt = getNextStmt(E);
246 Stmt *getNextStmt(Expr *E) { function in class:__anon2967::RetainReleaseDeallocRemover
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h295 static const Stmt *getNextStmt(const ExplodedNode *N);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp701 const Stmt *PathDiagnosticLocation::getNextStmt(const ExplodedNode *N) { function in class:PathDiagnosticLocation
735 S = getNextStmt(N);
H A DBugReporter.cpp364 if (const Stmt *S = PathDiagnosticLocation::getNextStmt(N))
636 const Stmt *S = PathDiagnosticLocation::getNextStmt(N);

Completed in 197 milliseconds