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

References

tools/clang/lib/Analysis/CloneDetection.cpp
  483     Indexes.resize(HashGroup.size());
  487       if (Indexes[i])
  496       ++Indexes[i];
  501         if (Indexes[j])
  512         ++Indexes[j];
  520     assert(llvm::all_of(Indexes, [](char c) { return c == 1; }));