HomeSort by relevance Sort by last modified time
    Searched refs:Removables (Results 1 - 4 of 4) sorted by null

  /external/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);
140 Removables.clear();
150 return Removables.count(E);
TransRetainReleaseDealloc.cpp 38 ExprSet Removables;
54 collectRemovables(body, Removables);
267 return Removables.count(E);
Transforms.cpp 180 ExprSet &Removables;
183 RemovablesCollector(ExprSet &removables)
184 : Removables(removables) { }
237 Removables.insert(E);

Completed in 37 milliseconds