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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h207 void clearRefsIn(Stmt *S, ExprSet &refs);
209 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { function in namespace:clang::arcmt::trans
211 clearRefsIn(*begin, refs);
H A DTransAutoreleasePool.cpp93 clearRefsIn(info.Dcl, info.Refs);
98 clearRefsIn(*scope.Begin, info.Refs);
99 clearRefsIn(*scope.End, info.Refs);
100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
H A DTransforms.cpp300 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { function in class:trans

Completed in 105 milliseconds