HomeSort by: relevance | last modified time | path
    Searched refs:reformat (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatInternal.h 72 reformat(const FormatStyle &Style, StringRef Code,
Format.cpp 1998 // ranges more efficient when we run reformat on the changed code.
2659 // `reformat`.
2660 auto Reformat = [](const FormatStyle &Style, StringRef Code,
2663 return reformat(Style, Code, Ranges, FileName);
2665 return processReplacements(Reformat, Code, *SortedReplaces, Style);
2771 reformat(const FormatStyle &Style, StringRef Code,
2843 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
2847 return internal::reformat(Style, Code, Ranges,
2863 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
2867 auto Result = reformat(Style, Code, Ranges, FileName, &Status)
    [all...]
ContinuationIndenter.cpp 1728 std::pair<tooling::Replacements, unsigned> Fixes = internal::reformat(
1771 llvm::errs() << "Failed to reformat raw string: "
  /src/external/apache2/llvm/dist/clang/tools/clang-format/fuzzer/
ClangFormatFuzzer.cpp 22 auto Replaces = reformat(Style, s, clang::tooling::Range(0, s.size()));
  /src/lib/libform/
field.c 464 char *reformat, *p; local
498 reformat = NULL;
503 p = realloc(reformat, bufsize);
505 free(reformat);
508 reformat = p;
510 memcpy(reformat + pos, linep->string, len);
512 reformat[pos++] = linep->next ? '\n' : '\0';
514 return reformat;
  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2425 /// configuration targets. When passed to the ``reformat()`` function, enables
3557 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
3565 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
AtomicChange.cpp 359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath);
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp 423 reformat(*FormatStyle, *ChangedCode, Ranges, AssumedFileName, &Status);

Completed in 48 milliseconds