Home
last modified time | relevance | path

Searched refs:ApplyEdits (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DTweakTesting.cpp130 if (Effect.ApplyEdits.empty()) in apply()
134 for (auto &It : Effect.ApplyEdits) { in apply()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.h73 FileEdits ApplyEdits; member
DTweak.cpp107 E.ApplyEdits.try_emplace(PathAndEdit->first, PathAndEdit->second); in mainFileEdit()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDefineOutline.cpp449 Effect->ApplyEdits.try_emplace(HeaderFE->first, in apply()
DDefineInline.cpp508 E.ApplyEdits.try_emplace(std::move(Pair.first), std::move(Pair.second)); in apply()
/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.cpp755 (!R->ApplyEdits.empty() && "tweak has no effect")); in onCommand()
764 if (R->ApplyEdits.empty()) in onCommand()
767 if (auto Err = validateEdits(DraftMgr, R->ApplyEdits)) in onCommand()
772 for (const auto &It : R->ApplyEdits) { in onCommand()
DClangdServer.cpp517 for (auto &It : (*Effect)->ApplyEdits) { in applyTweak()
/external/skia/src/xps/
DSkXPSDevice.cpp1841 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits."); in AddGlyphs()
/external/skqp/src/xps/
DSkXPSDevice.cpp1932 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits.");