Home
last modified time | relevance | path

Searched refs:refactor (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DCMakeLists.txt6 add_clang_tool(clang-refactor
11 clang_target_link_libraries(clang-refactor
H A DToolRefactoringResultConsumer.h16 namespace refactor {
H A DTestSupport.h31 namespace refactor {
H A DTestSupport.cpp31 namespace refactor { namespace
H A DClangRefactor.cpp33 using namespace refactor;
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCMakeLists.txt135 refactor/InsertionPoint.cpp
136 refactor/Rename.cpp
137 refactor/Tweak.cpp
180 add_subdirectory(refactor/tweaks)
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn150 "refactor/InsertionPoint.cpp",
151 "refactor/Rename.cpp",
152 "refactor/Tweak.cpp",
/llvm-project-15.0.7/clang/docs/
H A DRefactoringEngine.rst27 a number of different source transformations. The ``clang-refactor``
33 ``clang-refactor`` command. In addition to rules, the refactoring action
34 provides the action's command name and description to ``clang-refactor``.
70 ``clang-refactor`` subcommand. The first rule will describe a local operation
73 when the user provides the name of the enum to clang-refactor (or the user could
74 select the enum declaration instead). The clang-refactor tool will then analyze
230 the ``-new-name`` command-line option in clang-refactor:
H A DDataFlowAnalysisIntro.md409 Imagine that we would like to refactor output parameters to return values to
432 We would like to refactor this code into:
650 Imagine that we would like to refactor raw pointers that own memory to
654 For example, we would like to refactor the following code that uses raw
751 We can refactor this code to use `unique_ptr`, however we would have to
787 This analysis will refuse to refactor code that mixes borrowed pointer values
981 once you refactor one reference to the type, the compiler will flag other places
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/clang-refactor/
H A DBUILD.gn1 executable("clang-refactor") {
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Duniqueptr-delete-release.rst24 If `true`, refactor by calling the reset member function instead of
H A Delse-after-return.rst74 When `true`, the check will attempt to refactor a variable defined inside
H A Disolate-declaration.rst7 tries to refactor the code to one statement per declaration.
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/
H A DBUILD.gn10 "//clang-tools-extra/clangd/refactor/tweaks",
/llvm-project-15.0.7/clang/test/Refactor/Extract/
H A DObjCProperty.m1 // RUN: clang-refactor extract -selection=test:%s %s -- 2>&1 | grep -v CHECK | FileCheck %s
H A DExtractionSemicolonPolicy.m1 // RUN: clang-refactor extract -selection=test:%s %s -- 2>&1 | grep -v CHECK | FileCheck %s
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvbinop-simplify-bug.ll4 ; DAGCombiner::SimplifyVBinOp in an attempt to refactor some code
/llvm-project-15.0.7/clang/tools/
H A DCMakeLists.txt22 add_clang_subdirectory(clang-refactor)
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dcode-action-request.test86 "only": ["refactor"]
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/
H A DBUILD.gn17 "//clang-tools-extra/clangd/refactor/tweaks",
/llvm-project-15.0.7/clang/test/
H A DCMakeLists.txt68 clang-refactor
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcontributing.rst61 what allows us to refactor and evolve the LLDB code base.
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/test/
H A DBUILD.gn151 "//clang/tools/clang-refactor",
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/
H A DBUILD.bazel2123 name = "clang-refactor",
2125 "tools/clang-refactor/*.cpp",
2126 "tools/clang-refactor/*.h",
/llvm-project-15.0.7/clang/cmake/caches/
H A DFuchsia-stage2.cmake297 clang-refactor

12