HomeSort by relevance Sort by last modified time
    Searched defs:getNextStmt (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 193 Stmt *nextStmt = getNextStmt(E);
246 Stmt *getNextStmt(Expr *E) {
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 709 const Stmt *PathDiagnosticLocation::getNextStmt(const ExplodedNode *N) {
746 S = getNextStmt(N);
    [all...]

Completed in 68 milliseconds