OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removables
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp
38
ExprSet
Removables
;
46
collectRemovables(body,
Removables
);
65
return
Removables
.count(E);
TransZeroOutPropsInDealloc.cpp
34
ExprSet
Removables
;
98
collectRemovables(D->getBody(),
Removables
);
127
Removables
.clear();
137
return
Removables
.count(E);
TransRetainReleaseDealloc.cpp
37
ExprSet
Removables
;
51
collectRemovables(body,
Removables
);
183
return
Removables
.count(E);
Transforms.cpp
198
ExprSet &
Removables
;
201
RemovablesCollector(ExprSet &
removables
)
202
:
Removables
(
removables
) { }
255
Removables
.insert(E);
Completed in 7789 milliseconds