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

References

tools/clang/lib/Format/Format.cpp
 2382   if (Expanded.DisableFormat)
 2386   if (Expanded.Language == FormatStyle::LK_JavaScript && isMpegTS(Code))
 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();