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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp37 ExprSet Removables; member in class:__anon291::UnusedInitRewriter
45 collectRemovables(body, Removables);
68 return Removables.count(E);
H A DTransZeroOutPropsInDealloc.cpp33 ExprSet Removables; member in class:__anon292::ZeroOutInDeallocRemover
111 collectRemovables(D->getBody(), Removables);
138 Removables.clear();
148 return Removables.count(E);
H A DTransUnbridgedCasts.cpp65 mutable std::unique_ptr<ExprSet> Removables; member in class:__anon290::UnbridgedCastRewriter
322 if (!Removables) {
323 Removables.reset(new ExprSet);
324 collectRemovables(Body, *Removables);
327 if (Removables->count(E)) {
H A DTransRetainReleaseDealloc.cpp39 ExprSet Removables; member in class:__anon289::RetainReleaseDeallocRemover
55 collectRemovables(body, Removables);
423 return Removables.count(E);
H A DTransforms.cpp237 ExprSet &Removables; member in class:__anon294::RemovablesCollector
241 : Removables(removables) { }
294 Removables.insert(E);

Completed in 114 milliseconds