Searched refs:clearRefsIn (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | Transforms.h | 207 void clearRefsIn(Stmt *S, ExprSet &refs); 209 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { in clearRefsIn() function 211 clearRefsIn(*begin, refs); in clearRefsIn()
|
| H A D | TransAutoreleasePool.cpp | 93 clearRefsIn(info.Dcl, info.Refs); in ~AutoreleasePoolRewriter() 98 clearRefsIn(*scope.Begin, info.Refs); in ~AutoreleasePoolRewriter() 99 clearRefsIn(*scope.End, info.Refs); in ~AutoreleasePoolRewriter() 100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter()
|
| H A D | Transforms.cpp | 299 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { in clearRefsIn() function in trans
|