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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  493   REGISTER_MATCHER(templateArgumentCountIs);
tools/clang/tools/extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
   83             templateArgumentCountIs(1))))));
tools/clang/tools/extra/clang-tidy/modernize/MakeSharedCheck.cpp
   24           hasName("::std::shared_ptr"), templateArgumentCountIs(1),
tools/clang/tools/extra/clang-tidy/modernize/MakeUniqueCheck.cpp
   26           hasName("::std::unique_ptr"), templateArgumentCountIs(2),
   33                          templateArgumentCountIs(1),
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 1077             classTemplateSpecializationDecl(templateArgumentCountIs(1))));
 1080                classTemplateSpecializationDecl(templateArgumentCountIs(2))));
 1083                       templateSpecializationType(templateArgumentCountIs(1))));
 1086                templateSpecializationType(templateArgumentCountIs(2))));