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

References

tools/clang/lib/Analysis/CloneDetection.cpp
  528   for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) {
  529     if (Variables[KindIndex] == VarDecl) {
  538   Occurences.emplace_back(Variables.size(), Mention);
  539   Variables.push_back(VarDecl);
  589     if (OtherOccurence.KindID < Variables.size())
  590       FirstSuggestion = Variables[OtherOccurence.KindID];
  595             Variables[ThisOccurence.KindID], ThisOccurence.Mention,
  602     if (ThisOccurence.KindID < Other.Variables.size())
  603       SecondSuggestion = Other.Variables[ThisOccurence.KindID];
  608             Other.Variables[OtherOccurence.KindID], OtherOccurence.Mention,