Home
last modified time | relevance | path

Searched refs:canApplyTo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h200 bool canApplyTo(llvm::StringRef Code) const;
H A DSourceCode.cpp1018 bool Edit::canApplyTo(llvm::StringRef Code) const { in canApplyTo() function in clang::clangd::Edit
H A DClangdLSPServer.cpp134 if (!It.second.canApplyTo(*Draft)) { in validateEdits()