reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Format/Format.h
 2299 tooling::Replacements cleanup(const FormatStyle &Style, StringRef Code,

References

tools/clang/lib/Format/Format.cpp
 2367     return cleanup(Style, Code, Ranges, FileName);
tools/clang/unittests/Format/CleanupTest.cpp
   29     tooling::Replacements Replaces = format::cleanup(Style, Code, Ranges);