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

References

tools/clang/tools/extra/clang-doc/Representation.cpp
  253   for (unsigned I = 0; I < Name.size() && I < Other.Name.size(); ++I) {
  253   for (unsigned I = 0; I < Name.size() && I < Other.Name.size(); ++I) {
  253   for (unsigned I = 0; I < Name.size() && I < Other.Name.size(); ++I) {
  255     int D = tolower(Name[I]) - tolower(Other.Name[I]);
  255     int D = tolower(Name[I]) - tolower(Other.Name[I]);