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

References

tools/clang/lib/Format/Format.cpp
 2381   FormatStyle Expanded = expandPresets(Style);
 2394   if (Style.Language == FormatStyle::LK_Cpp) {
 2395     if (Style.FixNamespaceComments)
 2400     if (Style.SortUsingDeclarations)
 2406   if (Style.Language == FormatStyle::LK_JavaScript &&
 2407       Style.JavaScriptQuotes != FormatStyle::JSQS_Leave)