OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Removables
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp
37
ExprSet
Removables
;
45
collectRemovables(body,
Removables
);
68
return
Removables
.count(E);
TransZeroOutPropsInDealloc.cpp
33
ExprSet
Removables
;
111
collectRemovables(D->getBody(),
Removables
);
136
Removables
.clear();
146
return
Removables
.count(E);
TransUnbridgedCasts.cpp
65
mutable std::unique_ptr<ExprSet>
Removables
;
322
if (!
Removables
) {
323
Removables
.reset(new ExprSet);
324
collectRemovables(Body, *
Removables
);
327
if (
Removables
->count(E)) {
TransRetainReleaseDealloc.cpp
39
ExprSet
Removables
;
55
collectRemovables(body,
Removables
);
423
return
Removables
.count(E);
Transforms.cpp
238
ExprSet &
Removables
;
241
RemovablesCollector(ExprSet &
removables
)
242
:
Removables
(
removables
) { }
295
Removables
.insert(E);
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026