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
  272   SourceRange NewRange = SkipParensParents(New)->getSourceRange();
  281   if (const auto* ArraySize = New->getArraySize().getValueOr(nullptr)) {
  318   switch (New->getInitializationStyle()) {
  348     if (const auto *CE = New->getConstructExpr()) {
  353       SourceRange InitRange = New->getDirectInitRange();
  370     if (const auto *NewConstruct = New->getConstructExpr()) {
  409       if (const CXXRecordDecl *RD = New->getType()->getPointeeCXXRecordDecl()) {
  418           New->getAllocatedTypeSourceInfo()->getTypeLoc().getBeginLoc(),
  419           New->getInitializer()->getSourceRange().getEnd());