Searched refs:RemoveUsing (Results 1 – 1 of 1) sorted by relevance
189 auto RemoveUsing = removeUsingDirective(Ctx, D); in apply() local190 if (!RemoveUsing) in apply()191 return RemoveUsing.takeError(); in apply()192 if (auto Err = R.add(*RemoveUsing)) in apply()