Searched refs:Removables (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp38 ExprSet Removables; member in class:__anon3459::UnusedInitRewriter
46 collectRemovables(body, Removables);
69 return Removables.count(E);
H A DTransZeroOutPropsInDealloc.cpp34 ExprSet Removables; member in class:__anon3460::ZeroOutInDeallocRemover
112 collectRemovables(D->getBody(), Removables);
141 Removables.clear();
151 return Removables.count(E);
H A DTransRetainReleaseDealloc.cpp39 ExprSet Removables; member in class:__anon3457::RetainReleaseDeallocRemover
55 collectRemovables(body, Removables);
344 return Removables.count(E);
H A DTransforms.cpp231 ExprSet &Removables; member in class:__anon3462::RemovablesCollector
235 : Removables(removables) { }
288 Removables.insert(E);

Completed in 122 milliseconds