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
  213   SourceLocation OperatorLoc = Expr->getOperatorLoc();
  215   SourceLocation ExprStart = Expr->getBeginLoc();
  217       Lexer::getLocForEndOfToken(Expr->getEndLoc(), 0, SM, getLangOpts());
  250   if (Expr->isArrow())