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

References

tools/clang/lib/Format/Format.cpp
   89     IO.enumCase(Value, "Never", FormatStyle::UT_Never);
   90     IO.enumCase(Value, "false", FormatStyle::UT_Never);
   91     IO.enumCase(Value, "Always", FormatStyle::UT_Always);
   92     IO.enumCase(Value, "true", FormatStyle::UT_Always);
   93     IO.enumCase(Value, "ForIndentation", FormatStyle::UT_ForIndentation);
   94     IO.enumCase(Value, "ForContinuationAndIndentation",