Searched refs:RemoveUsing (Results 1 – 1 of 1) sorted by relevance
206 auto RemoveUsing = removeUsingDirective(Ctx, D); in apply() local207 if (!RemoveUsing) in apply()208 return RemoveUsing.takeError(); in apply()209 if (auto Err = R.add(*RemoveUsing)) in apply()