clang-tools
9.0.0
|
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
Functions | |
llvm::Expected< tooling::Replacements > | clang::clangd::renameWithinFile (ParsedAST &AST, llvm::StringRef File, Position Pos, llvm::StringRef NewName, const SymbolIndex *Index=nullptr) |
Renames all occurrences of the symbol at Pos to NewName . More... | |