Searched refs:clearRefsIn (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.h208 void clearRefsIn(Stmt *S, ExprSet &refs);
210 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { function in namespace:clang::arcmt::trans
212 clearRefsIn(*begin, refs);
H A DTransAutoreleasePool.cpp94 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);
H A DTransforms.cpp309 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { function in class:trans

Completed in 103 milliseconds