Searched refs:canApplyTo (Results 1 – 3 of 3) sorted by relevance
200 bool canApplyTo(llvm::StringRef Code) const;
1018 bool Edit::canApplyTo(llvm::StringRef Code) const { in canApplyTo() function in clang::clangd::Edit
134 if (!It.second.canApplyTo(*Draft)) { in validateEdits()