Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp386 std::string getFuncBody(const SourceManager &SM) const;
479 llvm::formatv("{0} {\n{1}\n}\n", Declaration, getFuncBody(SM))); in renderDeclaration()
485 std::string NewFunction::getFuncBody(const SourceManager &SM) const { in getFuncBody() function in clang::clangd::__anonb5a792ef0111::NewFunction