Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h196 bool canApplyTo(llvm::StringRef Code) const;
DSourceCode.cpp999 bool Edit::canApplyTo(llvm::StringRef Code) const { in canApplyTo() function in clang::clangd::Edit
DClangdLSPServer.cpp143 if (!It.second.canApplyTo(Draft->Contents)) { in validateEdits()