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

Declarations

tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.h
   46   static const char PointerType[];

References

tools/clang/tools/extra/clang-tidy/modernize/MakeSharedCheck.cpp
   26                                      qualType().bind(PointerType)))))))));
tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
   93                                          equalsBoundNode(PointerType))))),
  119   const auto *Type = Result.Nodes.getNodeAs<QualType>(PointerType);
tools/clang/tools/extra/clang-tidy/modernize/MakeUniqueCheck.cpp
   28               0, templateArgument(refersToType(qualType().bind(PointerType)))),
   36                                     equalsBoundNode(PointerType))))))))))))))));