HomeSort by relevance Sort by last modified time
    Searched refs:StmtMap (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 63 std::unique_ptr<ParentMap> StmtMap;
77 StmtMap.reset(new ParentMap(body));
186 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) {
318 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
376 parent = StmtMap->getParentIgnoreParenImpCasts(parent);
419 StmtMap->getParentIgnoreParenImpCasts(E))))
432 StmtMap->getParentIgnoreParenImpCasts(E)))
TransRetainReleaseDealloc.cpp 41 std::unique_ptr<ParentMap> StmtMap;
57 StmtMap.reset(new ParentMap(body));
248 OuterS = StmtMap->getParent(InnerS);
345 S = StmtMap->getParent(S);
412 S = StmtMap->getParent(S);
428 Stmt *parent = StmtMap->getParent(E);
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 96 milliseconds