Home
last modified time | relevance | path

Searched refs:fileEdit (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.cpp91 Tweak::Effect::fileEdit(const SourceManager &SM, FileID FID, in fileEdit() function in clang::clangd::Tweak::Effect
103 auto PathAndEdit = fileEdit(SM, SM.getMainFileID(), std::move(Replacements)); in mainFileEdit()
DTweak.h85 fileEdit(const SourceManager &SM, FileID FID,
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DTweakTests.cpp58 auto Res = Tweak::Effect::fileEdit(SM, FID, tooling::Replacements()); in TEST()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDefineInline.cpp485 auto FE = Effect::fileEdit(SM, SM.getFileID(*Semicolon), in apply()
495 auto FE = Effect::fileEdit(SM, SM.getFileID(Sel.Cursor), in apply()
DDefineOutline.cpp444 auto HeaderFE = Effect::fileEdit(SM, SM.getMainFileID(), in apply()