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

  /external/clang/lib/ARCMigrate/
Transforms.h 208 void clearRefsIn(Stmt *S, ExprSet &refs);
210 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) {
212 clearRefsIn(*begin, refs);
TransAutoreleasePool.cpp 94 clearRefsIn(info.Dcl, info.Refs);
99 clearRefsIn(*scope.Begin, info.Refs);
100 clearRefsIn(*scope.End, info.Refs);
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
Transforms.cpp 309 void trans::clearRefsIn(Stmt *S, ExprSet &refs) {

Completed in 197 milliseconds