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

References

tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
  180     ConstructCallEnd = ConstructCallStart.getLocWithOffset(ExprStr.size());
  182         ConstructCallEnd,
  185     ConstructCallEnd = ConstructCallStart.getLocWithOffset(LAngle);
  189       CharSourceRange::getCharRange(ConstructCallStart, ConstructCallEnd),