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

References

tools/clang/lib/Format/Format.cpp
   57     IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp);
   58     IO.enumCase(Value, "Java", FormatStyle::LK_Java);
   59     IO.enumCase(Value, "JavaScript", FormatStyle::LK_JavaScript);
   60     IO.enumCase(Value, "ObjC", FormatStyle::LK_ObjC);
   61     IO.enumCase(Value, "Proto", FormatStyle::LK_Proto);
   62     IO.enumCase(Value, "TableGen", FormatStyle::LK_TableGen);
   63     IO.enumCase(Value, "TextProto", FormatStyle::LK_TextProto);
   64     IO.enumCase(Value, "CSharp", FormatStyle::LK_CSharp);