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

Declarations

tools/clang/lib/Format/TokenAnalyzer.h
   84   std::pair<tooling::Replacements, unsigned> process();

References

tools/clang/lib/Format/Format.cpp
 2397         return NamespaceEndCommentsFixer(Env, Expanded).process();
 2402         return UsingDeclarationsSorter(Env, Expanded).process();
 2409       return JavaScriptRequoter(Env, Expanded).process();
 2413     return Formatter(Env, Expanded, Status).process();
 2460   return Cleaner(Environment(Code, FileName, Ranges), Style).process().first;
 2478       .process()
 2487       .process()
 2559       Guesser.process();
tools/clang/lib/Format/SortJavaScriptImports.cpp
  446       .process()