Searched refs:PathAndEdit (Results 1 – 2 of 2) sorted by relevance
117 auto PathAndEdit = fileEdit(SM, SM.getMainFileID(), std::move(Replacements)); in mainFileEdit() local118 if (!PathAndEdit) in mainFileEdit()119 return PathAndEdit.takeError(); in mainFileEdit()121 E.ApplyEdits.try_emplace(PathAndEdit->first, PathAndEdit->second); in mainFileEdit()
919 if (auto PathAndEdit = in apply() 921 MultiFileEffect->ApplyEdits.try_emplace(PathAndEdit->first, in apply() 922 PathAndEdit->second); in apply() 924 return PathAndEdit.takeError(); in apply() 916 if (auto PathAndEdit = Tweak::Effect::fileEdit(SM, SM.getFileID(*FwdLoc), apply() local