OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removables
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp
38
ExprSet
Removables
;
46
collectRemovables(body,
Removables
);
69
return
Removables
.count(E);
TransZeroOutPropsInDealloc.cpp
34
ExprSet
Removables
;
112
collectRemovables(D->getBody(),
Removables
);
141
Removables
.clear();
151
return
Removables
.count(E);
TransUnbridgedCasts.cpp
66
mutable OwningPtr<ExprSet>
Removables
;
317
if (!
Removables
) {
318
Removables
.reset(new ExprSet);
319
collectRemovables(Body, *
Removables
);
322
if (
Removables
->count(E)) {
Transforms.cpp
241
ExprSet &
Removables
;
244
RemovablesCollector(ExprSet &
removables
)
245
:
Removables
(
removables
) { }
298
Removables
.insert(E);
TransRetainReleaseDealloc.cpp
40
ExprSet
Removables
;
56
collectRemovables(body,
Removables
);
429
return
Removables
.count(E);
Completed in 49 milliseconds