Searched refs:reformat (Results 1 - 10 of 10) sorted by relevance
/external/clang/tools/clang-format/fuzzer/ |
H A D | ClangFormatFuzzer.cpp | 23 applyAllReplacements(s, clang::format::reformat(
|
/external/clang/unittests/Format/ |
H A D | FormatTestProto.cpp | 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
|
H A D | FormatTestJava.cpp | 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
|
H A D | FormatTestJS.cpp | 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
|
H A D | FormatTest.cpp | 31 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
|
/external/clang/include/clang/Format/ |
H A D | Format.h | 45 /// reformat() function, enables syntax features specific to the language. 534 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, 546 tooling::Replacements reformat(const FormatStyle &Style, 552 /// Otherwise identical to the reformat() function consuming a \c Lexer. 553 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
|
/external/libvpx/libvpx/tools/ |
H A D | ftfy.sh | 16 This option will also reformat the commit message.
|
/external/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 228 tooling::Replacements Replaces = reformat(FormatStyle, Sources, ID, Ranges);
|
/external/clang/lib/Format/ |
H A D | Format.cpp | 1472 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, function in namespace:clang::format 1477 return reformat(Style, SourceMgr, 1481 tooling::Replacements reformat(const FormatStyle &Style, function in namespace:clang::format 1490 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, function in namespace:clang::format 1515 return reformat(Style, SourceMgr, ID, CharRanges);
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | commons-lang-2.6.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ... |
Completed in 2959 milliseconds