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
  148   bool InMacro = ConstructCallStart.isMacroID();
  157           ConstructCallStart, Construct->getParenOrBraceRange().getBegin()),
  162   auto Diag = diag(ConstructCallStart, "use %0 instead")
  180     ConstructCallEnd = ConstructCallStart.getLocWithOffset(ExprStr.size());
  185     ConstructCallEnd = ConstructCallStart.getLocWithOffset(LAngle);
  189       CharSourceRange::getCharRange(ConstructCallStart, ConstructCallEnd),
  206   insertHeader(Diag, SM.getFileID(ConstructCallStart));