| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | FormatInternal.h | 72 reformat(const FormatStyle &Style, StringRef Code,
|
| H A D | Format.cpp | 3103 return reformat(Style, Code, Ranges, FileName); in formatReplacements() 3211 reformat(const FormatStyle &Style, StringRef Code, in reformat() function 3347 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function 3351 return internal::reformat(Style, Code, Ranges, in reformat() 3370 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function 3374 auto Result = reformat(Style, Code, Ranges, FileName, &Status); in reformat()
|
| /llvm-project-15.0.7/clang/tools/clang-format/fuzzer/ |
| H A D | ClangFormatFuzzer.cpp | 22 auto Replaces = reformat(Style, s, clang::tooling::Range(0, s.size())); in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LibFormat.rst | 21 The core routine of LibFormat is ``reformat()``: 25 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
|
| H A D | ClangFormat.rst | 140 selecting regions to reformat. The integration has the form of a `python`-file 299 lines. This is useful to reformat all the lines touched by a specific patch. 314 …-regex PATTERN custom pattern selecting file paths to reformat (case sensitive, overrides -… 315 …-iregex PATTERN custom pattern selecting file paths to reformat (case insensitive, overridde… 324 To reformat all the lines in the latest Mercurial/:program:`hg` commit, do:
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | FormatTestTableGen.cpp | 26 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
|
| H A D | DefinitionBlockSeparatorTest.cpp | 29 tooling::Replacements Replaces = reformat(Style, Code, Ranges, "<stdin>"); in separateDefinitionBlocks() 176 EXPECT_EQ(reformat(Style, Code, Ranges, "<stdin>").size(), 0u); in TEST_F()
|
| H A D | FormatTestVerilog.cpp | 26 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
|
| H A D | SortImportsTestJS.cpp | 31 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
|
| H A D | FormatTestJson.cpp | 42 Replaces = reformat(Style, NewCode, Ranges); in format()
|
| H A D | FormatTestProto.cpp | 26 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
|
| H A D | SortImportsTestJava.cpp | 22 *Sorted, reformat(FmtStyle, *Sorted, Ranges, "input.java")); in sort()
|
| H A D | FormatTestSelective.cpp | 28 reformat(Style, Code, Ranges, "<stdin>", &Status); in format()
|
| H A D | FormatTestTextProto.cpp | 26 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
|
| H A D | FormatTestJava.cpp | 26 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
|
| H A D | SortIncludesTest.cpp | 37 *Sorted, reformat(FmtStyle, *Sorted, Ranges, FileName)); in sort()
|
| H A D | FormatTestObjC.cpp | 42 reformat(Style, Code, Ranges, "<stdin>", &Status); in format()
|
| H A D | FormatTestCSharp.cpp | 26 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
|
| /llvm-project-15.0.7/clang/unittests/Rename/ |
| H A D | ClangRenameTest.h | 96 tooling::Replacements Replaces = format::reformat( in format()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MarkedUpDisassembly.rst | 12 to introspect the instructions' textual representation or to reformat for a more
|
| /llvm-project-15.0.7/clang/include/clang/Format/ |
| H A D | Format.h | 4164 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, 4172 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Format.cpp | 319 for (const tooling::Replacement &R : format::reformat( in formatIncremental()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath); in applyAtomicChanges()
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 497 reformat(*FormatStyle, *ChangedCode, Ranges, AssumedFileName, &Status); in format()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-change-namespace/ |
| H A D | ChangeNamespaceTests.cpp | 54 tooling::Replacements Replaces = format::reformat( in format()
|