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

/external/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp37 ExprSet Removables; member in class:__anon3031::UnusedInitRewriter
45 collectRemovables(body, Removables);
68 return Removables.count(E);
H A DTransRetainReleaseDealloc.cpp38 ExprSet Removables; member in class:__anon3029::RetainReleaseDeallocRemover
54 collectRemovables(body, Removables);
267 return Removables.count(E);
H A DTransZeroOutPropsInDealloc.cpp33 ExprSet Removables; member in class:__anon3032::ZeroOutInDeallocRemover
111 collectRemovables(D->getBody(), Removables);
140 Removables.clear();
150 return Removables.count(E);
H A DTransforms.cpp180 ExprSet &Removables; member in class:__anon3034::RemovablesCollector
184 : Removables(removables) { }
237 Removables.insert(E);

Completed in 68 milliseconds