OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearRefsIn
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/ARCMigrate/
Transforms.h
77
void
clearRefsIn
(Stmt *S, ExprSet &refs);
79
void
clearRefsIn
(iterator begin, iterator end, ExprSet &refs) {
81
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
261
void trans::
clearRefsIn
(Stmt *S, ExprSet &refs) {
Completed in 60 milliseconds