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

References

tools/clang/tools/extra/clang-tidy/modernize/AvoidBindCheck.cpp
   67       B.PlaceHolderIndex = std::stoi(Matches[1]);
   79                          return B1.PlaceHolderIndex < B2.PlaceHolderIndex;
   79                          return B1.PlaceHolderIndex < B2.PlaceHolderIndex;
   83   if (MaxPlaceholderIt == Args.end() || MaxPlaceholderIt->PlaceHolderIndex == 0)
   86   size_t PlaceholderCount = MaxPlaceholderIt->PlaceHolderIndex;
  100     if (B.PlaceHolderIndex)
  101       Stream << Delimiter << "arg" << B.PlaceHolderIndex;
  111     if (B.PlaceHolderIndex) {
  112       if (!PlaceHolderIndices.insert(B.PlaceHolderIndex).second)