Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/googletest/
HD.clang-format1 # Run manually to reformat a file:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormatInternal.h74 reformat(const FormatStyle &Style, StringRef Code,
HDFormat.cpp3514 return reformat(Style, Code, Ranges, FileName); in formatReplacements()
3622 reformat(const FormatStyle &Style, StringRef Code, in reformat() function
3808 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function
3812 return internal::reformat(Style, Code, Ranges, in reformat()
3831 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function
3835 auto Result = reformat(Style, Code, Ranges, FileName, &Status); in reformat()
HDContinuationIndenter.cpp2140 std::pair<tooling::Replacements, unsigned> Fixes = internal::reformat( in reformatRawStringLiteral()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h5335 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
5343 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
/freebsd-13-stable/usr.bin/indent/
HDREADME33 | got disgusted and wrote a program, which I called indent, to reformat C
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
HDAtomicChange.cpp359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath); in applyAtomicChanges()
/freebsd-13-stable/contrib/llvm-project/clang/tools/clang-format/
HDClangFormat.cpp511 reformat(*FormatStyle, *ChangedCode, Ranges, AssumedFileName, &Status); in format()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp603 reformat(Style, StringDecl, tooling::Range(Offset, Length), "xmldecl.xd"); in formatTextOfDeclaration()
/freebsd-13-stable/contrib/tnftp/
HDChangeLog1431 - reformat some comments
1432 - reformat usage string in program and man page
/freebsd-13-stable/crypto/heimdal/
HDChangeLog.20061942 * lib/krb5/aes-test.c: reformat, avoid free-ing un-init'd memory
/freebsd-13-stable/contrib/flex/
HDChangeLog4164 regex.c to indentfiles; reformat and sort indentfiles so it's easier
4821 reformat a list of non-posix features
7651 * tests/README: reformat, say to add a description to this file and
7777 * NEWS: reformat items; cut out old items and move them to ONEWS
/freebsd-13-stable/crypto/openssh/
HDChangeLog5054 with that in ssh.1 - reformat usage() to match what "man ssh" does on 80width
/freebsd-13-stable/contrib/ncurses/
HDNEWS1267 + reformat terminfo.src with 20170513 updates.
4432 + modify tic's -I/-C dump to reformat acsc strings into canonical form
11867 + add logic to dump_entry.c to reformat acsc entries into canonical
/freebsd-13-stable/contrib/ntp/
HDChangeLog4700 * reformat ntp_control.c; do not use c++ // comments.
HDCommitLog166324 reformat, add UpdatePoint to EXTRA_DIST
223567 reformat comment
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td6793 def fno_reformat : Flag<["-"], "fno-reformat">, Group<Preprocessor_Group>,
/freebsd-13-stable/contrib/ncurses/misc/
HDterminfo.src25818 # * reformat acsc strings to canonical format -TD