| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | CMakeLists.txt | 6 add_clang_tool(clang-refactor 11 clang_target_link_libraries(clang-refactor
|
| H A D | ToolRefactoringResultConsumer.h | 16 namespace refactor {
|
| H A D | TestSupport.h | 31 namespace refactor {
|
| H A D | TestSupport.cpp | 31 namespace refactor { namespace
|
| H A D | ClangRefactor.cpp | 33 using namespace refactor;
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CMakeLists.txt | 135 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 D | BUILD.gn | 150 "refactor/InsertionPoint.cpp", 151 "refactor/Rename.cpp", 152 "refactor/Tweak.cpp",
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | RefactoringEngine.rst | 27 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 D | DataFlowAnalysisIntro.md | 409 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 D | BUILD.gn | 1 executable("clang-refactor") {
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | uniqueptr-delete-release.rst | 24 If `true`, refactor by calling the reset member function instead of
|
| H A D | else-after-return.rst | 74 When `true`, the check will attempt to refactor a variable defined inside
|
| H A D | isolate-declaration.rst | 7 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 D | BUILD.gn | 10 "//clang-tools-extra/clangd/refactor/tweaks",
|
| /llvm-project-15.0.7/clang/test/Refactor/Extract/ |
| H A D | ObjCProperty.m | 1 // RUN: clang-refactor extract -selection=test:%s %s -- 2>&1 | grep -v CHECK | FileCheck %s
|
| H A D | ExtractionSemicolonPolicy.m | 1 // 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 D | vbinop-simplify-bug.ll | 4 ; DAGCombiner::SimplifyVBinOp in an attempt to refactor some code
|
| /llvm-project-15.0.7/clang/tools/ |
| H A D | CMakeLists.txt | 22 add_clang_subdirectory(clang-refactor)
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | code-action-request.test | 86 "only": ["refactor"]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/ |
| H A D | BUILD.gn | 17 "//clang-tools-extra/clangd/refactor/tweaks",
|
| /llvm-project-15.0.7/clang/test/ |
| H A D | CMakeLists.txt | 68 clang-refactor
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | contributing.rst | 61 what allows us to refactor and evolve the LLDB code base.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/test/ |
| H A D | BUILD.gn | 151 "//clang/tools/clang-refactor",
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/ |
| H A D | BUILD.bazel | 2123 name = "clang-refactor", 2125 "tools/clang-refactor/*.cpp", 2126 "tools/clang-refactor/*.h",
|
| /llvm-project-15.0.7/clang/cmake/caches/ |
| H A D | Fuchsia-stage2.cmake | 297 clang-refactor
|